#ECD096

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

Shades of Chamois #ECD096

Tints of Chamois #ECD096

Color information

#ECD096 (or 0xECD096) is unknown color: approx Chamois. HEX triplet: EC, D0 and 96. RGB value is (236,208,150). Sum of RGB (Red+Green+Blue) = 236+208+150=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD096 is #132F69. Grayscale: #D2D2D2. Windows color (decimal): -1257322 or 9883884. OLE color: 9883884.

HSL color Cylindrical-coordinate representation of color #ECD096: hue angle of 40.47º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECD096 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236208150-
CMYK00.120.360.07
HSL40.47º69.35%75.69%-
HSV(B)40.47º36.44%92.55%-
XYZ62.6565.1538.13-
YUV209.7694.28146.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 208 (81.64% from 255) = 35.02%
BLUE value IS 150 (58.98% from 255) = 25.25%
R=39.73%
G=35.02%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620815000.120.360.0740.4769.3575.69
HexECD0960C24728454c
Octal35432022601444750105114
Binary1110110011010000100101100110010010011110100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD096; }

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

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

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

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

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

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

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

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