#EEC994

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

Shades of Chamois #EEC994

Tints of Chamois #EEC994

Color information

#EEC994 (or 0xEEC994) is unknown color: approx Chamois. HEX triplet: EE, C9 and 94. RGB value is (238,201,148). Sum of RGB (Red+Green+Blue) = 238+201+148=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 148 (58.20% from 255 or 25.21% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC994 is #11366B. Grayscale: #CECECE. Windows color (decimal): -1128044 or 9751022. OLE color: 9751022.

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

Color convert

RGB238201148-
CMYK00.160.380.07
HSL35.33º72.58%75.69%-
HSV(B)35.33º37.82%93.33%-
XYZ61.4962.0936.76-
YUV206.0295.26150.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.55%
GREEN value IS 201 (78.91% from 255) = 34.24%
BLUE value IS 148 (58.20% from 255) = 25.21%
R=40.55%
G=34.24%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820114800.160.380.0735.3372.5875.69
HexEEC99401026723494c
Octal35631122402046743111114
Binary11101110110010011001010001000010011011110001110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC994; }

 p { color: rgb(238,201,148); }

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

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

 a { background-color: rgb(238,201,148); }

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

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

 span { border-color: rgb(238,201,148); }

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