COLOR #E7DB23

HEX: #E7DB23
RGB: (231,219,35)

Color info

#E7DB23 contains mainly red and green colors. Web safe color of #E7DB23 is #FFCC33 (or #FC3).

RGB color model

#E7DB23 color RGB value is (231,219,35).

  • red value is 231;
  • green value is 219;
  • blue value is 35.
RGB:
(231,219,35)
(91%,86%,14%)

RGB channels and saturation

R 231 of 255 = 91%
G 219 of 255 = 86%
B 35 of 255 = 14%

231
219
35

R + G + B ~ 64%. #E7DB23 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 219 + 35 = 485 (100%)
R 231 of 485 ~ 47.63%
G 219 of 485 ~ 45.15%
B 35 of 485 ~ 7.22%

%47.63
%45.15

CMYK color model

#E7DB23 color CMYK value is (0,5,85,9).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 84.85%
  • key color value is 9.41%
CMYK:
(0,5,85,9)
C0M5Y85K9 
(0%,5%,85%,9%)
(0.00/0.05/0.85/0.09)	

CMYK percentages

%0
%5.19
%84.85
%9.41

Codes

Color #E7DB23 in popluar color models

E7DB23
RGB23121935
HSL56°80.33%52.16%
HSB/HSV56°84.85%90.59%
CMYK0.00%5.19%84.85%
9.41%

Color #E7DB23 in popluar number systems.

HEXE7DB23
Decimal23121935
Binary1110011111011011100011
Octal34733343

Shades and tints

Shades of #E7DB23

#E7DB23
(231,219,35)
#D2C820
(210,200,32)
#BDB51D
(189,181,29)
#A8A21A
(168,162,26)
#938F17
(147,143,23)
#7E7C14
(126,124,20)
#696911
(105,105,17)
#54560E
(84,86,14)
#3F430B
(63,67,11)
#2A3008
(42,48,8)
#151D05
(21,29,5)
#000000
(0,0,0)

Tints of #E7DB23

#E7DB23
(231,219,35)
#E9DE37
(233,222,55)
#EBE14B
(235,225,75)
#EDE45F
(237,228,95)
#EFE773
(239,231,115)
#F1EA87
(241,234,135)
#F3ED9B
(243,237,155)
#F5F0AF
(245,240,175)
#F7F3C3
(247,243,195)
#F9F6D7
(249,246,215)
#FBF9EB
(251,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DB23 color. Also use rgb(231,219,35) instead hex code.

Text Font Color

.myTextColor { color: #E7DB23; }

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

This text font color is #E7DB23.


Background Color

.myBgColor { background-color: #E7DB23; }

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

This div background color is #E7DB23.


Border color

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

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

This div border color is #E7DB23.


Opacity

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

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

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

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

This text has shadow with #E7DB23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DB23 on black background.


Color preview on white background

This text has color #E7DB23 on white background.



Black color preview on #E7DB23 background

This text has black color on #E7DB23 background.


White color preview on #E7DB23 background

This text has white color on #E7DB23 background.