#EED18E

Color #EED18E Chamois (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chamois #EED18E

Tints of Chamois #EED18E

Color information

#EED18E (or 0xEED18E) is unknown color: approx Chamois. HEX triplet: EE, D1 and 8E. RGB value is (238,209,142). Sum of RGB (Red+Green+Blue) = 238+209+142=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EED18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED18E is #112E71. Grayscale: #D2D2D2. Windows color (decimal): -1126002 or 9359854. OLE color: 9359854.

HSL color Cylindrical-coordinate representation of color #EED18E: hue angle of 41.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EED18E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB238209142-
CMYK00.120.400.07
HSL41.88º73.85%74.51%-
HSV(B)41.88º40.34%93.33%-
XYZ62.9465.7334.96-
YUV210.0389.61147.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 142 (55.86% from 255) = 24.11%
R=40.41%
G=35.48%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820914200.120.400.0741.8873.8574.51
HexEED18E0C2872a4a4b
Octal35632121601450752112113
Binary1110111011010001100011100110010100011110101010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED18E; }

 p { color: rgb(238,209,142); }

 H1.HeaderClassName
 {
   color: #EED18E;
 }
 .AnyTagClassName
 {
   color: #EED18E;
 }
</style>
background-color css

<style>
 a { background-color: #EED18E; }

 a { background-color: rgb(238,209,142); }

 div.DivClassName
 {
   background-color: #EED18E;
 }
 .BgClassName
 {
   background-color: #EED18E;
 }
</style>
border-color css

<style>
 span { border-color: #EED18E; }

 span { border-color: rgb(238,209,142); }

 td.TdClassName
 {
   border-color: #EED18E;
 }
 .TagClassName
 {
   border-color: #EED18E;
 }
</style>