COLOR #EDE18C

HEX: #EDE18C
RGB: (237,225,140)

Color info

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

RGB color model

#EDE18C color RGB value is (237,225,140).

  • red value is 237;
  • green value is 225;
  • blue value is 140.
RGB:
(237,225,140)
(93%,88%,55%)

RGB channels and saturation

R 237 of 255 = 93%
G 225 of 255 = 88%
B 140 of 255 = 55%

237
225
140

R + G + B ~ 79%. #EDE18C is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 225 + 140 = 602 (100%)
R 237 of 602 ~ 39.37%
G 225 of 602 ~ 37.38%
B 140 of 602 ~ 23.26%

%39.37
%37.38
%23.26

CMYK color model

#EDE18C color CMYK value is (0,5,41,7).

  • cyan value is 0.00%
  • magenta value is 5.06%
  • yellow value is 40.93%
  • key color value is 7.06%
CMYK:
(0,5,41,7)
C0M5Y41K7 
(0%,5%,41%,7%)
(0.00/0.05/0.41/0.07)	

CMYK percentages

%0
%5.06
%40.93
%7.06

Codes

Color #EDE18C in popluar color models

EDE18C
RGB237225140
HSL53°72.93%73.92%
HSB/HSV53°40.93%92.94%
CMYK0.00%5.06%40.93%
7.06%

Color #EDE18C in popluar number systems.

HEXEDE18C
Decimal237225140
Binary111011011110000110001100
Octal355341214

Shades and tints

Shades of #EDE18C

#EDE18C
(237,225,140)
#D8CD80
(216,205,128)
#C3B974
(195,185,116)
#AEA568
(174,165,104)
#99915C
(153,145,92)
#847D50
(132,125,80)
#6F6944
(111,105,68)
#5A5538
(90,85,56)
#45412C
(69,65,44)
#302D20
(48,45,32)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #EDE18C

#EDE18C
(237,225,140)
#EEE396
(238,227,150)
#EFE5A0
(239,229,160)
#F0E7AA
(240,231,170)
#F1E9B4
(241,233,180)
#F2EBBE
(242,235,190)
#F3EDC8
(243,237,200)
#F4EFD2
(244,239,210)
#F5F1DC
(245,241,220)
#F6F3E6
(246,243,230)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE18C color. Also use rgb(237,225,140) instead hex code.

Text Font Color

.myTextColor { color: #EDE18C; }

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

This text font color is #EDE18C.


Background Color

.myBgColor { background-color: #EDE18C; }

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

This div background color is #EDE18C.


Border color

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

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

This div border color is #EDE18C.


Opacity

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

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

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

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

This text has shadow with #EDE18C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE18C on black background.


Color preview on white background

This text has color #EDE18C on white background.



Black color preview on #EDE18C background

This text has black color on #EDE18C background.


White color preview on #EDE18C background

This text has white color on #EDE18C background.