Shades of Chamois #EAC998
Tints of Chamois #EAC998
RGB
CMYK
RGB Variations
Color information
#EAC998 (or 0xEAC998) is known color: Chamois. HEX triplet: EA, C9 and 98. RGB value is (234,201,152). Sum of RGB (Red+Green+Blue) = 234+201+152=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC998 is #153667. Grayscale: #CDCDCD. Windows color (decimal): -1390184 or 10013162. OLE color: 10013162.
HSL color Cylindrical-coordinate representation of color #EAC998: hue angle of 35.85º 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 #EAC998 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 152 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.08 |
| HSL | 35.85º | 0.66% | 0.76% | - |
| HSV(B) | 35.85º | 0.35% | 0.92% | - |
| XYZ | 60.49 | 61.53 | 38.39 | - |
| YUV | 205.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 152 | 0 | 0.14 | 0.35 | 0.08 | 35.85 | 0.66 | 0.76 |
| Hex | EA | C9 | 98 | 0 | E | 23 | 8 | 24 | 42 | 4C |
| Octal | 352 | 311 | 230 | 0 | 16 | 43 | 10 | 44 | 102 | 114 |
| Binary | 11101010 | 11001001 | 10011000 | 0 | 1110 | 100011 | 1000 | 100100 | 1000010 | 1001100 |
Color Harmonies of #EAC998
Complementary color
Monochromatic Colors of #EAC998
Black with #EAC998
Text Example
Text Example
White with #EAC998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC998; }
p { color: rgb(234,201,152); }
H1.HeaderClassName
{
color: #EAC998;
}
.AnyTagClassName
{
color: #EAC998;
}
</style>
background-color css
<style>
a { background-color: #EAC998; }
a { background-color: rgb(234,201,152); }
div.DivClassName
{
background-color: #EAC998;
}
.BgClassName
{
background-color: #EAC998;
}
</style>
border-color css
<style>
span { border-color: #EAC998; }
span { border-color: rgb(234,201,152); }
td.TdClassName
{
border-color: #EAC998;
}
.TagClassName
{
border-color: #EAC998;
}
</style>