#EED08E

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

Shades of Chamois #EED08E

Tints of Chamois #EED08E

Color information

#EED08E (or 0xEED08E) is unknown color: approx Chamois. HEX triplet: EE, D0 and 8E. RGB value is (238,208,142). Sum of RGB (Red+Green+Blue) = 238+208+142=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 208 (81.64% from 255 or 35.37% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EED08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED08E is #112F71. Grayscale: #D1D1D1. Windows color (decimal): -1126258 or 9359598. OLE color: 9359598.

HSL color Cylindrical-coordinate representation of color #EED08E: hue angle of 41.25º 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 #EED08E is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB238208142-
CMYK00.130.400.07
HSL41.25º73.85%74.51%-
HSV(B)41.25º40.34%93.33%-
XYZ62.765.2434.88-
YUV209.4589.94148.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 208 (81.64% from 255) = 35.37%
BLUE value IS 142 (55.86% from 255) = 24.15%
R=40.48%
G=35.37%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820814200.130.400.0741.2573.8574.51
HexEED08E0D287294a4b
Octal35632021601550751112113
Binary1110111011010000100011100110110100011110100110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED08E; }

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

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

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

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

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

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

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

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