COLOR #EDEA96

HEX: #EDEA96
RGB: (237,234,150)

Color info

#EDEA96 contains mainly red and green colors. Web safe color of #EDEA96 is #FFFF99 (or #FF9).

RGB color model

#EDEA96 color RGB value is (237,234,150).

  • red value is 237;
  • green value is 234;
  • blue value is 150.
RGB:
(237,234,150)
(93%,92%,59%)

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 150 of 255 = 59%

237
234
150

R + G + B ~ 81%. #EDEA96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 150 = 621 (100%)
R 237 of 621 ~ 38.16%
G 234 of 621 ~ 37.68%
B 150 of 621 ~ 24.15%

%38.16
%37.68
%24.15

CMYK color model

#EDEA96 color CMYK value is (0,1,37,7).

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 36.71%
  • key color value is 7.06%
CMYK:
(0,1,37,7)
C0M1Y37K7 
(0%,1%,37%,7%)
(0.00/0.01/0.37/0.07)	

CMYK percentages

%0
%1.27
%36.71
%7.06

Codes

Color #EDEA96 in popluar color models

EDEA96
RGB237234150
HSL58°70.73%75.88%
HSB/HSV58°36.71%92.94%
CMYK0.00%1.27%36.71%
7.06%

Color #EDEA96 in popluar number systems.

HEXEDEA96
Decimal237234150
Binary111011011110101010010110
Octal355352226

Shades and tints

Shades of #EDEA96

#EDEA96
(237,234,150)
#D8D589
(216,213,137)
#C3C07C
(195,192,124)
#AEAB6F
(174,171,111)
#999662
(153,150,98)
#848155
(132,129,85)
#6F6C48
(111,108,72)
#5A573B
(90,87,59)
#45422E
(69,66,46)
#302D21
(48,45,33)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #EDEA96

#EDEA96
(237,234,150)
#EEEB9F
(238,235,159)
#EFECA8
(239,236,168)
#F0EDB1
(240,237,177)
#F1EEBA
(241,238,186)
#F2EFC3
(242,239,195)
#F3F0CC
(243,240,204)
#F4F1D5
(244,241,213)
#F5F2DE
(245,242,222)
#F6F3E7
(246,243,231)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEA96 color. Also use rgb(237,234,150) instead hex code.

Text Font Color

.myTextColor { color: #EDEA96; }

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

This text font color is #EDEA96.


Background Color

.myBgColor { background-color: #EDEA96; }

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

This div background color is #EDEA96.


Border color

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

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

This div border color is #EDEA96.


Opacity

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

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

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

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

This text has shadow with #EDEA96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEA96 on black background.


Color preview on white background

This text has color #EDEA96 on white background.



Black color preview on #EDEA96 background

This text has black color on #EDEA96 background.


White color preview on #EDEA96 background

This text has white color on #EDEA96 background.