#E9CF96

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

Shades of Chamois #E9CF96

Tints of Chamois #E9CF96

Color information

#E9CF96 (or 0xE9CF96) is unknown color: approx Chamois. HEX triplet: E9, CF and 96. RGB value is (233,207,150). Sum of RGB (Red+Green+Blue) = 233+207+150=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 150 (58.98% from 255 or 25.42% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CF96 is #163069. Grayscale: #D0D0D0. Windows color (decimal): -1454186 or 9883625. OLE color: 9883625.

HSL color Cylindrical-coordinate representation of color #E9CF96: hue angle of 41.2º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9CF96 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233207150-
CMYK00.110.360.09
HSL41.2º65.35%75.1%-
HSV(B)41.2º35.62%91.37%-
XYZ61.4264.1538-
YUV208.2895.11145.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.49%
GREEN value IS 207 (81.25% from 255) = 35.08%
BLUE value IS 150 (58.98% from 255) = 25.42%
R=39.49%
G=35.08%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320715000.110.360.0941.265.3575.1
HexE9CF960B24929414b
Octal351317226013441151101113
Binary11101001110011111001011001011100100100110100110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CF96; }

 p { color: rgb(233,207,150); }

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

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

 a { background-color: rgb(233,207,150); }

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

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

 span { border-color: rgb(233,207,150); }

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