COLOR #EDDF97

HEX: #EDDF97
RGB: (237,223,151)

Color info

#EDDF97 contains mainly red and green colors. Web safe color of #EDDF97 is #FFCC99 (or #FC9).

RGB color model

#EDDF97 color RGB value is (237,223,151).

  • red value is 237;
  • green value is 223;
  • blue value is 151.
RGB:
(237,223,151)
(93%,87%,59%)

RGB channels and saturation

R 237 of 255 = 93%
G 223 of 255 = 87%
B 151 of 255 = 59%

237
223
151

R + G + B ~ 80%. #EDDF97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 223 + 151 = 611 (100%)
R 237 of 611 ~ 38.79%
G 223 of 611 ~ 36.5%
B 151 of 611 ~ 24.71%

%38.79
%36.5
%24.71

CMYK color model

#EDDF97 color CMYK value is (0,6,36,7).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 36.29%
  • key color value is 7.06%
CMYK:
(0,6,36,7)
C0M6Y36K7 
(0%,6%,36%,7%)
(0.00/0.06/0.36/0.07)	

CMYK percentages

%0
%5.91
%36.29
%7.06

Codes

Color #EDDF97 in popluar color models

EDDF97
RGB237223151
HSL50°70.49%76.08%
HSB/HSV50°36.29%92.94%
CMYK0.00%5.91%36.29%
7.06%

Color #EDDF97 in popluar number systems.

HEXEDDF97
Decimal237223151
Binary111011011101111110010111
Octal355337227

Shades and tints

Shades of #EDDF97

#EDDF97
(237,223,151)
#D8CB8A
(216,203,138)
#C3B77D
(195,183,125)
#AEA370
(174,163,112)
#998F63
(153,143,99)
#847B56
(132,123,86)
#6F6749
(111,103,73)
#5A533C
(90,83,60)
#453F2F
(69,63,47)
#302B22
(48,43,34)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #EDDF97

#EDDF97
(237,223,151)
#EEE1A0
(238,225,160)
#EFE3A9
(239,227,169)
#F0E5B2
(240,229,178)
#F1E7BB
(241,231,187)
#F2E9C4
(242,233,196)
#F3EBCD
(243,235,205)
#F4EDD6
(244,237,214)
#F5EFDF
(245,239,223)
#F6F1E8
(246,241,232)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDF97 color. Also use rgb(237,223,151) instead hex code.

Text Font Color

.myTextColor { color: #EDDF97; }

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

This text font color is #EDDF97.


Background Color

.myBgColor { background-color: #EDDF97; }

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

This div background color is #EDDF97.


Border color

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

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

This div border color is #EDDF97.


Opacity

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

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

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

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

This text has shadow with #EDDF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDF97 on black background.


Color preview on white background

This text has color #EDDF97 on white background.



Black color preview on #EDDF97 background

This text has black color on #EDDF97 background.


White color preview on #EDDF97 background

This text has white color on #EDDF97 background.