#EECD96

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

Shades of Chamois #EECD96

Tints of Chamois #EECD96

Color information

#EECD96 (or 0xEECD96) is unknown color: approx Chamois. HEX triplet: EE, CD and 96. RGB value is (238,205,150). Sum of RGB (Red+Green+Blue) = 238+205+150=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECD96 is #113269. Grayscale: #D0D0D0. Windows color (decimal): -1127018 or 9883118. OLE color: 9883118.

HSL color Cylindrical-coordinate representation of color #EECD96: hue angle of 37.5º 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 #EECD96 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238205150-
CMYK00.140.370.07
HSL37.5º72.13%76.08%-
HSV(B)37.5º36.97%93.33%-
XYZ62.664.0437.92-
YUV208.694.93148.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.13%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 150 (58.98% from 255) = 25.30%
R=40.13%
G=34.57%
B=25.30%

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
Decimal23820515000.140.370.0737.572.1376.08
HexEECD960E25726484c
Octal35631522601645746110114
Binary1110111011001101100101100111010010111110011010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECD96; }

 p { color: rgb(238,205,150); }

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

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

 a { background-color: rgb(238,205,150); }

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

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

 span { border-color: rgb(238,205,150); }

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