#EACA98

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

Shades of Chamois #EACA98

Tints of Chamois #EACA98

Color information

#EACA98 (or 0xEACA98) is unknown color: approx Chamois. HEX triplet: EA, CA and 98. RGB value is (234,202,152). Sum of RGB (Red+Green+Blue) = 234+202+152=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 152 (59.77% from 255 or 25.85% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA98 is #153567. Grayscale: #CECECE. Windows color (decimal): -1389928 or 10013418. OLE color: 10013418.

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

Color convert

RGB234202152-
CMYK00.140.350.08
HSL36.59º66.13%75.69%-
HSV(B)36.59º35.04%91.76%-
XYZ60.726238.47-
YUV205.8797.6148.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 152 (59.77% from 255) = 25.85%
R=39.80%
G=34.35%
B=25.85%

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
Decimal23420215200.140.350.0836.5966.1375.69
HexEACA980E23825424c
Octal352312230016431045102114
Binary11101010110010101001100001110100011100010010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACA98; }

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

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

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

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

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

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

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

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