#EAC98F

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

Shades of Chamois #EAC98F

Tints of Chamois #EAC98F

Color information

#EAC98F (or 0xEAC98F) is unknown color: approx Chamois. HEX triplet: EA, C9 and 8F. RGB value is (234,201,143). Sum of RGB (Red+Green+Blue) = 234+201+143=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC98F is #153670. Grayscale: #CCCCCC. Windows color (decimal): -1390193 or 9423338. OLE color: 9423338.

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

Color convert

RGB234201143-
CMYK00.140.390.08
HSL38.24º68.42%73.92%-
HSV(B)38.24º38.89%91.76%-
XYZ59.7861.2534.66-
YUV204.2593.43149.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 201 (78.91% from 255) = 34.78%
BLUE value IS 143 (56.25% from 255) = 24.74%
R=40.48%
G=34.78%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420114300.140.390.0838.2468.4273.92
HexEAC98F0E27826444a
Octal352311217016471046104112
Binary11101010110010011000111101110100111100010011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC98F; }

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

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

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

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

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

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

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

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