#EAC998

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

Shades of Chamois #EAC998

Tints of Chamois #EAC998

Color information

#EAC998 (or 0xEAC998) is unknown color: approx Chamois. HEX triplet: EA, C9 and 98. RGB value is (234,201,152). Sum of RGB (Red+Green+Blue) = 234+201+152=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC998 is #153667. Grayscale: #CDCDCD. Windows color (decimal): -1390184 or 10013162. OLE color: 10013162.

HSL color Cylindrical-coordinate representation of color #EAC998: hue angle of 35.85º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EAC998 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB234201152-
CMYK00.140.350.08
HSL35.85º66.13%75.69%-
HSV(B)35.85º35.04%91.76%-
XYZ60.4961.5338.39-
YUV205.2897.93148.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 201 (78.91% from 255) = 34.24%
BLUE value IS 152 (59.77% from 255) = 25.89%
R=39.86%
G=34.24%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420115200.140.350.0835.8566.1375.69
HexEAC9980E23824424c
Octal352311230016431044102114
Binary11101010110010011001100001110100011100010010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC998; }

 p { color: rgb(234,201,152); }

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

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

 a { background-color: rgb(234,201,152); }

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

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

 span { border-color: rgb(234,201,152); }

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