#EECC95

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

Shades of Chamois #EECC95

Tints of Chamois #EECC95

Color information

#EECC95 (or 0xEECC95) is unknown color: approx Chamois. HEX triplet: EE, CC and 95. RGB value is (238,204,149). Sum of RGB (Red+Green+Blue) = 238+204+149=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECC95 is #11336A. Grayscale: #D0D0D0. Windows color (decimal): -1127275 or 9817326. OLE color: 9817326.

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

Color convert

RGB238204149-
CMYK00.140.370.07
HSL37.08º72.36%75.88%-
HSV(B)37.08º37.39%93.33%-
XYZ62.2863.5337.41-
YUV207.994.76149.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.27%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 149 (58.59% from 255) = 25.21%
R=40.27%
G=34.52%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820414900.140.370.0737.0872.3675.88
HexEECC950E25725484c
Octal35631422501645745110114
Binary1110111011001100100101010111010010111110010110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECC95; }

 p { color: rgb(238,204,149); }

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

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

 a { background-color: rgb(238,204,149); }

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

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

 span { border-color: rgb(238,204,149); }

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