#ECCE94

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

Shades of Chamois #ECCE94

Tints of Chamois #ECCE94

Color information

#ECCE94 (or 0xECCE94) is unknown color: approx Chamois. HEX triplet: EC, CE and 94. RGB value is (236,206,148). Sum of RGB (Red+Green+Blue) = 236+206+148=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 148 (58.20% from 255 or 25.08% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCE94 is #13316B. Grayscale: #D0D0D0. Windows color (decimal): -1257836 or 9752300. OLE color: 9752300.

HSL color Cylindrical-coordinate representation of color #ECCE94: hue angle of 39.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECCE94 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB236206148-
CMYK00.130.370.07
HSL39.55º69.84%75.29%-
HSV(B)39.55º37.29%92.55%-
XYZ62.0164.1137.12-
YUV208.3693.94147.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 206 (80.86% from 255) = 34.92%
BLUE value IS 148 (58.20% from 255) = 25.08%
R=40%
G=34.92%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620614800.130.370.0739.5569.8475.29
HexECCE940D25728464b
Octal35431622401545750106113
Binary1110110011001110100101000110110010111110100010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCE94; }

 p { color: rgb(236,206,148); }

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

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

 a { background-color: rgb(236,206,148); }

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

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

 span { border-color: rgb(236,206,148); }

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