#ECD08E

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

Shades of Chamois #ECD08E

Tints of Chamois #ECD08E

Color information

#ECD08E (or 0xECD08E) is unknown color: approx Chamois. HEX triplet: EC, D0 and 8E. RGB value is (236,208,142). Sum of RGB (Red+Green+Blue) = 236+208+142=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD08E is #132F71. Grayscale: #D1D1D1. Windows color (decimal): -1257330 or 9359596. OLE color: 9359596.

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

Color convert

RGB236208142-
CMYK00.120.400.07
HSL42.13º71.21%74.12%-
HSV(B)42.13º39.83%92.55%-
XYZ62.0364.934.85-
YUV208.8590.28147.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 208 (81.64% from 255) = 35.49%
BLUE value IS 142 (55.86% from 255) = 24.23%
R=40.27%
G=35.49%
B=24.23%

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
Decimal23620814200.120.400.0742.1371.2174.12
HexECD08E0C2872a474a
Octal35432021601450752107112
Binary1110110011010000100011100110010100011110101010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD08E; }

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

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

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

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

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

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

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

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