#EAC690

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

Shades of Chamois #EAC690

Tints of Chamois #EAC690

Color information

#EAC690 (or 0xEAC690) is unknown color: approx Chamois. HEX triplet: EA, C6 and 90. RGB value is (234,198,144). Sum of RGB (Red+Green+Blue) = 234+198+144=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC690 is #15396F. Grayscale: #CACACA. Windows color (decimal): -1390960 or 9488106. OLE color: 9488106.

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

Color convert

RGB234198144-
CMYK00.150.380.08
HSL36º68.18%74.12%-
HSV(B)36º38.46%91.76%-
XYZ59.1659.8934.83-
YUV202.6194.93150.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 144 (56.64% from 255) = 25%
R=40.62%
G=34.38%
B=25%

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
Decimal23419814400.150.380.083668.1874.12
HexEAC6900F26824444a
Octal352306220017461044104112
Binary11101010110001101001000001111100110100010010010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC690; }

 p { color: rgb(234,198,144); }

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

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

 a { background-color: rgb(234,198,144); }

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

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

 span { border-color: rgb(234,198,144); }

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