COLOR #EDD097

HEX: #EDD097
RGB: (237,208,151)

Color info

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

RGB color model

#EDD097 color RGB value is (237,208,151).

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

RGB channels and saturation

R 237 of 255 = 93%
G 208 of 255 = 82%
B 151 of 255 = 59%

237
208
151

R + G + B ~ 78%. #EDD097 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 208 + 151 = 596 (100%)
R 237 of 596 ~ 39.77%
G 208 of 596 ~ 34.9%
B 151 of 596 ~ 25.34%

%39.77
%34.9
%25.34

CMYK color model

#EDD097 color CMYK value is (0,12,36,7).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 36.29%
  • key color value is 7.06%
CMYK:
(0,12,36,7)
C0M12Y36K7 
(0%,12%,36%,7%)
(0.00/0.12/0.36/0.07)	

CMYK percentages

%0
%12.24
%36.29
%7.06

Codes

Color #EDD097 in popluar color models

EDD097
RGB237208151
HSL40°70.49%76.08%
HSB/HSV40°36.29%92.94%
CMYK0.00%12.24%36.29%
7.06%

Color #EDD097 in popluar number systems.

HEXEDD097
Decimal237208151
Binary111011011101000010010111
Octal355320227

Shades and tints

Shades of #EDD097

#EDD097
(237,208,151)
#D8BE8A
(216,190,138)
#C3AC7D
(195,172,125)
#AE9A70
(174,154,112)
#998863
(153,136,99)
#847656
(132,118,86)
#6F6449
(111,100,73)
#5A523C
(90,82,60)
#45402F
(69,64,47)
#302E22
(48,46,34)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #EDD097

#EDD097
(237,208,151)
#EED4A0
(238,212,160)
#EFD8A9
(239,216,169)
#F0DCB2
(240,220,178)
#F1E0BB
(241,224,187)
#F2E4C4
(242,228,196)
#F3E8CD
(243,232,205)
#F4ECD6
(244,236,214)
#F5F0DF
(245,240,223)
#F6F4E8
(246,244,232)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD097; }

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

This text font color is #EDD097.


Background Color

.myBgColor { background-color: #EDD097; }

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

This div background color is #EDD097.


Border color

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

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

This div border color is #EDD097.


Opacity

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

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

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

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

This text has shadow with #EDD097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD097 on black background.


Color preview on white background

This text has color #EDD097 on white background.



Black color preview on #EDD097 background

This text has black color on #EDD097 background.


White color preview on #EDD097 background

This text has white color on #EDD097 background.