#EACC98

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

Shades of Chamois #EACC98

Tints of Chamois #EACC98

Color information

#EACC98 (or 0xEACC98) is unknown color: approx Chamois. HEX triplet: EA, CC and 98. RGB value is (234,204,152). Sum of RGB (Red+Green+Blue) = 234+204+152=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 152 (59.77% from 255 or 25.76% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC98 is #153367. Grayscale: #CFCFCF. Windows color (decimal): -1389416 or 10013930. OLE color: 10013930.

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

Color convert

RGB234204152-
CMYK00.130.350.08
HSL38.05º66.13%75.69%-
HSV(B)38.05º35.04%91.76%-
XYZ61.1962.9538.63-
YUV207.0496.94147.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 152 (59.77% from 255) = 25.76%
R=39.66%
G=34.58%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420415200.130.350.0838.0566.1375.69
HexEACC980D23826424c
Octal352314230015431046102114
Binary11101010110011001001100001101100011100010011010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC98; }

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

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

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

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

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

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

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

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