#EAC892

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

Shades of Chamois #EAC892

Tints of Chamois #EAC892

Color information

#EAC892 (or 0xEAC892) is unknown color: approx Chamois. HEX triplet: EA, C8 and 92. RGB value is (234,200,146). Sum of RGB (Red+Green+Blue) = 234+200+146=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 146 (57.42% from 255 or 25.17% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC892 is #15376D. Grayscale: #CCCCCC. Windows color (decimal): -1390446 or 9619690. OLE color: 9619690.

HSL color Cylindrical-coordinate representation of color #EAC892: hue angle of 36.82º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAC892 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234200146-
CMYK00.150.380.08
HSL36.82º67.69%74.51%-
HSV(B)36.82º37.61%91.76%-
XYZ59.7760.8835.79-
YUV204.0195.26149.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 146 (57.42% from 255) = 25.17%
R=40.34%
G=34.48%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420014600.150.380.0836.8267.6974.51
HexEAC8920F26825444b
Octal352310222017461045104113
Binary11101010110010001001001001111100110100010010110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC892; }

 p { color: rgb(234,200,146); }

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

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

 a { background-color: rgb(234,200,146); }

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

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

 span { border-color: rgb(234,200,146); }

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