#EDD18E

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

Shades of Chamois #EDD18E

Tints of Chamois #EDD18E

Color information

#EDD18E (or 0xEDD18E) is unknown color: approx Chamois. HEX triplet: ED, D1 and 8E. RGB value is (237,209,142). Sum of RGB (Red+Green+Blue) = 237+209+142=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD18E is #122E71. Grayscale: #D2D2D2. Windows color (decimal): -1191538 or 9359853. OLE color: 9359853.

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

Color convert

RGB237209142-
CMYK00.120.400.07
HSL42.32º72.52%74.31%-
HSV(B)42.32º40.08%92.94%-
XYZ62.6165.5634.95-
YUV209.7389.78147.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 209 (82.03% from 255) = 35.54%
BLUE value IS 142 (55.86% from 255) = 24.15%
R=40.31%
G=35.54%
B=24.15%

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
Decimal23720914200.120.400.0742.3272.5274.31
HexEDD18E0C2872a494a
Octal35532121601450752111112
Binary1110110111010001100011100110010100011110101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD18E; }

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

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

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

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

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

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

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

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