#EAC88F

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

Shades of Chamois #EAC88F

Tints of Chamois #EAC88F

Color information

#EAC88F (or 0xEAC88F) is unknown color: approx Chamois. HEX triplet: EA, C8 and 8F. RGB value is (234,200,143). Sum of RGB (Red+Green+Blue) = 234+200+143=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC88F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC88F is #153770. Grayscale: #CBCBCB. Windows color (decimal): -1390449 or 9423082. OLE color: 9423082.

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

Color convert

RGB234200143-
CMYK00.150.390.08
HSL37.58º68.42%73.92%-
HSV(B)37.58º38.89%91.76%-
XYZ59.5460.7834.58-
YUV203.6793.76149.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 200 (78.52% from 255) = 34.66%
BLUE value IS 143 (56.25% from 255) = 24.78%
R=40.55%
G=34.66%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420014300.150.390.0837.5868.4273.92
HexEAC88F0F27826444a
Octal352310217017471046104112
Binary11101010110010001000111101111100111100010011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC88F; }

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

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

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

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

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

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

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

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