Shades of Chamois #EAC893
Tints of Chamois #EAC893
RGB
CMYK
RGB Variations
Color information
#EAC893 (or 0xEAC893) is known color: Chamois. HEX triplet: EA, C8 and 93. RGB value is (234,200,147). Sum of RGB (Red+Green+Blue) = 234+200+147=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 147 (57.81% from 255 or 25.30% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC893 is #15376C. Grayscale: #CCCCCC. Windows color (decimal): -1390445 or 9685226. OLE color: 9685226.
HSL color Cylindrical-coordinate representation of color #EAC893: hue angle of 36.55º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAC893 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 147 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.08 |
| HSL | 36.55º | 0.67% | 0.75% | - |
| HSV(B) | 36.55º | 0.37% | 0.92% | - |
| XYZ | 59.85 | 60.91 | 36.21 | - |
| YUV | 204.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 147 | 0 | 0.15 | 0.37 | 0.08 | 36.55 | 0.67 | 0.75 |
| Hex | EA | C8 | 93 | 0 | F | 25 | 8 | 25 | 43 | 4B |
| Octal | 352 | 310 | 223 | 0 | 17 | 45 | 10 | 45 | 103 | 113 |
| Binary | 11101010 | 11001000 | 10010011 | 0 | 1111 | 100101 | 1000 | 100101 | 1000011 | 1001011 |
Color Harmonies of #EAC893
Complementary color
Monochromatic Colors of #EAC893
Black with #EAC893
Text Example
Text Example
White with #EAC893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC893; }
p { color: rgb(234,200,147); }
H1.HeaderClassName
{
color: #EAC893;
}
.AnyTagClassName
{
color: #EAC893;
}
</style>
background-color css
<style>
a { background-color: #EAC893; }
a { background-color: rgb(234,200,147); }
div.DivClassName
{
background-color: #EAC893;
}
.BgClassName
{
background-color: #EAC893;
}
</style>
border-color css
<style>
span { border-color: #EAC893; }
span { border-color: rgb(234,200,147); }
td.TdClassName
{
border-color: #EAC893;
}
.TagClassName
{
border-color: #EAC893;
}
</style>