COLOR #E6BF54

HEX: #E6BF54
RGB: (230,191,84)

Color info

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

RGB color model

#E6BF54 color RGB value is (230,191,84).

  • red value is 230;
  • green value is 191;
  • blue value is 84.
RGB:
(230,191,84)
(90%,75%,33%)

RGB channels and saturation

R 230 of 255 = 90%
G 191 of 255 = 75%
B 84 of 255 = 33%

230
191
84

R + G + B ~ 66%. #E6BF54 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 191 + 84 = 505 (100%)
R 230 of 505 ~ 45.54%
G 191 of 505 ~ 37.82%
B 84 of 505 ~ 16.63%

%45.54
%37.82
%16.63

CMYK color model

#E6BF54 color CMYK value is (0,17,63,10).

  • cyan value is 0.00%
  • magenta value is 16.96%
  • yellow value is 63.48%
  • key color value is 9.80%
CMYK:
(0,17,63,10)
C0M17Y63K10 
(0%,17%,63%,10%)
(0.00/0.17/0.63/0.10)	

CMYK percentages

%0
%16.96
%63.48
%9.8

Codes

Color #E6BF54 in popluar color models

E6BF54
RGB23019184
HSL44°74.49%61.57%
HSB/HSV44°63.48%90.20%
CMYK0.00%16.96%63.48%
9.80%

Color #E6BF54 in popluar number systems.

HEXE6BF54
Decimal23019184
Binary11100110101111111010100
Octal346277124

Shades and tints

Shades of #E6BF54

#E6BF54
(230,191,84)
#D2AE4D
(210,174,77)
#BE9D46
(190,157,70)
#AA8C3F
(170,140,63)
#967B38
(150,123,56)
#826A31
(130,106,49)
#6E592A
(110,89,42)
#5A4823
(90,72,35)
#46371C
(70,55,28)
#322615
(50,38,21)
#1E150E
(30,21,14)
#000000
(0,0,0)

Tints of #E6BF54

#E6BF54
(230,191,84)
#E8C463
(232,196,99)
#EAC972
(234,201,114)
#ECCE81
(236,206,129)
#EED390
(238,211,144)
#F0D89F
(240,216,159)
#F2DDAE
(242,221,174)
#F4E2BD
(244,226,189)
#F6E7CC
(246,231,204)
#F8ECDB
(248,236,219)
#FAF1EA
(250,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BF54 color. Also use rgb(230,191,84) instead hex code.

Text Font Color

.myTextColor { color: #E6BF54; }

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

This text font color is #E6BF54.


Background Color

.myBgColor { background-color: #E6BF54; }

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

This div background color is #E6BF54.


Border color

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

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

This div border color is #E6BF54.


Opacity

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

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

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

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

This text has shadow with #E6BF54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BF54 on black background.


Color preview on white background

This text has color #E6BF54 on white background.



Black color preview on #E6BF54 background

This text has black color on #E6BF54 background.


White color preview on #E6BF54 background

This text has white color on #E6BF54 background.