COLOR #EDEA95

HEX: #EDEA95
RGB: (237,234,149)

Color info

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

RGB color model

#EDEA95 color RGB value is (237,234,149).

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

RGB channels and saturation

R 237 of 255 = 93%
G 234 of 255 = 92%
B 149 of 255 = 58%

237
234
149

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

Portions of RGB colors in percentages

R + G + B =
237 + 234 + 149 = 620 (100%)
R 237 of 620 ~ 38.23%
G 234 of 620 ~ 37.74%
B 149 of 620 ~ 24.03%

%38.23
%37.74
%24.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.27%
  • yellow value is 37.13%
  • 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
%37.13
%7.06

Codes

Color #EDEA95 in popluar color models

EDEA95
RGB237234149
HSL58°70.97%75.69%
HSB/HSV58°37.13%92.94%
CMYK0.00%1.27%37.13%
7.06%

Color #EDEA95 in popluar number systems.

HEXEDEA95
Decimal237234149
Binary111011011110101010010101
Octal355352225

Shades and tints

Shades of #EDEA95

#EDEA95
(237,234,149)
#D8D588
(216,213,136)
#C3C07B
(195,192,123)
#AEAB6E
(174,171,110)
#999661
(153,150,97)
#848154
(132,129,84)
#6F6C47
(111,108,71)
#5A573A
(90,87,58)
#45422D
(69,66,45)
#302D20
(48,45,32)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #EDEA95

#EDEA95
(237,234,149)
#EEEB9E
(238,235,158)
#EFECA7
(239,236,167)
#F0EDB0
(240,237,176)
#F1EEB9
(241,238,185)
#F2EFC2
(242,239,194)
#F3F0CB
(243,240,203)
#F4F1D4
(244,241,212)
#F5F2DD
(245,242,221)
#F6F3E6
(246,243,230)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEA95; }

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

This text font color is #EDEA95.


Background Color

.myBgColor { background-color: #EDEA95; }

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

This div background color is #EDEA95.


Border color

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

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

This div border color is #EDEA95.


Opacity

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

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

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

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

This text has shadow with #EDEA95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEA95 on black background.


Color preview on white background

This text has color #EDEA95 on white background.



Black color preview on #EDEA95 background

This text has black color on #EDEA95 background.


White color preview on #EDEA95 background

This text has white color on #EDEA95 background.