Shades of Chamois #EAC995
Tints of Chamois #EAC995
RGB
CMYK
RGB Variations
Color information
#EAC995 (or 0xEAC995) is known color: Chamois. HEX triplet: EA, C9 and 95. RGB value is (234,201,149). Sum of RGB (Red+Green+Blue) = 234+201+149=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC995 is #15366A. Grayscale: #CDCDCD. Windows color (decimal): -1390187 or 9816554. OLE color: 9816554.
HSL color Cylindrical-coordinate representation of color #EAC995: hue angle of 36.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAC995 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 149 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.08 |
| HSL | 36.71º | 0.67% | 0.75% | - |
| HSV(B) | 36.71º | 0.36% | 0.92% | - |
| XYZ | 60.24 | 61.44 | 37.12 | - |
| YUV | 204.94 | 96.43 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 149 | 0 | 0.14 | 0.36 | 0.08 | 36.71 | 0.67 | 0.75 |
| Hex | EA | C9 | 95 | 0 | E | 24 | 8 | 25 | 43 | 4B |
| Octal | 352 | 311 | 225 | 0 | 16 | 44 | 10 | 45 | 103 | 113 |
| Binary | 11101010 | 11001001 | 10010101 | 0 | 1110 | 100100 | 1000 | 100101 | 1000011 | 1001011 |
Color Harmonies of #EAC995
Complementary color
Monochromatic Colors of #EAC995
Black with #EAC995
Text Example
Text Example
White with #EAC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC995; }
p { color: rgb(234,201,149); }
H1.HeaderClassName
{
color: #EAC995;
}
.AnyTagClassName
{
color: #EAC995;
}
</style>
background-color css
<style>
a { background-color: #EAC995; }
a { background-color: rgb(234,201,149); }
div.DivClassName
{
background-color: #EAC995;
}
.BgClassName
{
background-color: #EAC995;
}
</style>
border-color css
<style>
span { border-color: #EAC995; }
span { border-color: rgb(234,201,149); }
td.TdClassName
{
border-color: #EAC995;
}
.TagClassName
{
border-color: #EAC995;
}
</style>