COLOR #EBD267

HEX: #EBD267
RGB: (235,210,103)

Color info

#EBD267 contains mainly red and green colors. Web safe color of #EBD267 is #FFCC66 (or #FC6).

RGB color model

#EBD267 color RGB value is (235,210,103).

  • red value is 235;
  • green value is 210;
  • blue value is 103.
RGB:
(235,210,103)
(92%,82%,40%)

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 103 of 255 = 40%

235
210
103

R + G + B ~ 71%. #EBD267 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 210 + 103 = 548 (100%)
R 235 of 548 ~ 42.88%
G 210 of 548 ~ 38.32%
B 103 of 548 ~ 18.8%

%42.88
%38.32
%18.8

CMYK color model

#EBD267 color CMYK value is (0,11,56,8).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 56.17%
  • key color value is 7.84%
CMYK:
(0,11,56,8)
C0M11Y56K8 
(0%,11%,56%,8%)
(0.00/0.11/0.56/0.08)	

CMYK percentages

%0
%10.64
%56.17
%7.84

Codes

Color #EBD267 in popluar color models

EBD267
RGB235210103
HSL49°76.74%66.27%
HSB/HSV49°56.17%92.16%
CMYK0.00%10.64%56.17%
7.84%

Color #EBD267 in popluar number systems.

HEXEBD267
Decimal235210103
Binary11101011110100101100111
Octal353322147

Shades and tints

Shades of #EBD267

#EBD267
(235,210,103)
#D6BF5E
(214,191,94)
#C1AC55
(193,172,85)
#AC994C
(172,153,76)
#978643
(151,134,67)
#82733A
(130,115,58)
#6D6031
(109,96,49)
#584D28
(88,77,40)
#433A1F
(67,58,31)
#2E2716
(46,39,22)
#19140D
(25,20,13)
#000000
(0,0,0)

Tints of #EBD267

#EBD267
(235,210,103)
#ECD674
(236,214,116)
#EDDA81
(237,218,129)
#EEDE8E
(238,222,142)
#EFE29B
(239,226,155)
#F0E6A8
(240,230,168)
#F1EAB5
(241,234,181)
#F2EEC2
(242,238,194)
#F3F2CF
(243,242,207)
#F4F6DC
(244,246,220)
#F5FAE9
(245,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD267 color. Also use rgb(235,210,103) instead hex code.

Text Font Color

.myTextColor { color: #EBD267; }

<p style="color:#EBD267">This sample text font color is #EBD267.</p>

This text font color is #EBD267.


Background Color

.myBgColor { background-color: #EBD267; }

<div style="background-color:#EBD267">Inner text</div>

This div background color is #EBD267.


Border color

.myBorderColor { border: 1px solid #EBD267; }

<div style="border:3px solid #EBD267">Div</div>

This div border color is #EBD267.


Opacity

.myOpacity80 { color: #EBD267; opacity: 0.8; }

<p style="color:#EBD267;opacity:0.8;">80%</p>

Text with #EBD267 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBD267;}

<p style="text-shadow: 3px 3px 1px #EBD267">Text here.</p>

This text has shadow with #EBD267 color.

.textShadow {text-shadow: 3px 3px 1px #EBD267, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBD267, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBD267 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBD267, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBD267, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBD267 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBD267;
  -webkit-box-shadow:	1px 1px 3px 2px #EBD267;
  box-shadow:		1px 1px 3px 2px #EBD267;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBD267;
-webkit-box-shadow: 1px 1px 3px 2px #EBD267;
box-shadow:1px 1px 3px 2px #EBD267;">
Div content here</div>
This div box has shadow with color #EBD267.

Preview

Color preview on black background

This text has color #EBD267 on black background.


Color preview on white background

This text has color #EBD267 on white background.



Black color preview on #EBD267 background

This text has black color on #EBD267 background.


White color preview on #EBD267 background

This text has white color on #EBD267 background.