COLOR #E0CB58

HEX: #E0CB58
RGB: (224,203,88)

Color info

#E0CB58 contains mainly red and green colors. Web safe color of #E0CB58 is #CCCC66 (or #CC6).

RGB color model

#E0CB58 color RGB value is (224,203,88).

  • red value is 224;
  • green value is 203;
  • blue value is 88.
RGB:
(224,203,88)
(88%,80%,35%)

RGB channels and saturation

R 224 of 255 = 88%
G 203 of 255 = 80%
B 88 of 255 = 35%

224
203
88

R + G + B ~ 68%. #E0CB58 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 203 + 88 = 515 (100%)
R 224 of 515 ~ 43.5%
G 203 of 515 ~ 39.42%
B 88 of 515 ~ 17.09%

%43.5
%39.42
%17.09

CMYK color model

#E0CB58 color CMYK value is (0,9,61,12).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 60.71%
  • key color value is 12.16%
CMYK:
(0,9,61,12)
C0M9Y61K12 
(0%,9%,61%,12%)
(0.00/0.09/0.61/0.12)	

CMYK percentages

%0
%9.38
%60.71
%12.16

Codes

Color #E0CB58 in popluar color models

E0CB58
RGB22420388
HSL51°68.69%61.18%
HSB/HSV51°60.71%87.84%
CMYK0.00%9.38%60.71%
12.16%

Color #E0CB58 in popluar number systems.

HEXE0CB58
Decimal22420388
Binary11100000110010111011000
Octal340313130

Shades and tints

Shades of #E0CB58

#E0CB58
(224,203,88)
#CCB950
(204,185,80)
#B8A748
(184,167,72)
#A49540
(164,149,64)
#908338
(144,131,56)
#7C7130
(124,113,48)
#685F28
(104,95,40)
#544D20
(84,77,32)
#403B18
(64,59,24)
#2C2910
(44,41,16)
#181708
(24,23,8)
#000000
(0,0,0)

Tints of #E0CB58

#E0CB58
(224,203,88)
#E2CF67
(226,207,103)
#E4D376
(228,211,118)
#E6D785
(230,215,133)
#E8DB94
(232,219,148)
#EADFA3
(234,223,163)
#ECE3B2
(236,227,178)
#EEE7C1
(238,231,193)
#F0EBD0
(240,235,208)
#F2EFDF
(242,239,223)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CB58 color. Also use rgb(224,203,88) instead hex code.

Text Font Color

.myTextColor { color: #E0CB58; }

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

This text font color is #E0CB58.


Background Color

.myBgColor { background-color: #E0CB58; }

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

This div background color is #E0CB58.


Border color

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

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

This div border color is #E0CB58.


Opacity

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

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

Text with #E0CB58 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 #E0CB58;}

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

This text has shadow with #E0CB58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CB58 on black background.


Color preview on white background

This text has color #E0CB58 on white background.



Black color preview on #E0CB58 background

This text has black color on #E0CB58 background.


White color preview on #E0CB58 background

This text has white color on #E0CB58 background.