Shades of Chamois #EACE94
Tints of Chamois #EACE94
RGB
CMYK
RGB Variations
Color information
#EACE94 (or 0xEACE94) is known color: Chamois. HEX triplet: EA, CE and 94. RGB value is (234,206,148). Sum of RGB (Red+Green+Blue) = 234+206+148=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 148 (58.20% from 255 or 25.17% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACE94 is #15316B. Grayscale: #D0D0D0. Windows color (decimal): -1388908 or 9752298. OLE color: 9752298.
HSL color Cylindrical-coordinate representation of color #EACE94: hue angle of 40.47º 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 #EACE94 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 148 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.08 |
| HSL | 40.47º | 0.67% | 0.75% | - |
| HSV(B) | 40.47º | 0.37% | 0.92% | - |
| XYZ | 61.35 | 63.77 | 37.09 | - |
| YUV | 207.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 148 | 0 | 0.12 | 0.37 | 0.08 | 40.47 | 0.67 | 0.75 |
| Hex | EA | CE | 94 | 0 | C | 25 | 8 | 28 | 43 | 4B |
| Octal | 352 | 316 | 224 | 0 | 14 | 45 | 10 | 50 | 103 | 113 |
| Binary | 11101010 | 11001110 | 10010100 | 0 | 1100 | 100101 | 1000 | 101000 | 1000011 | 1001011 |
Color Harmonies of #EACE94
Complementary color
Monochromatic Colors of #EACE94
Black with #EACE94
Text Example
Text Example
White with #EACE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE94; }
p { color: rgb(234,206,148); }
H1.HeaderClassName
{
color: #EACE94;
}
.AnyTagClassName
{
color: #EACE94;
}
</style>
background-color css
<style>
a { background-color: #EACE94; }
a { background-color: rgb(234,206,148); }
div.DivClassName
{
background-color: #EACE94;
}
.BgClassName
{
background-color: #EACE94;
}
</style>
border-color css
<style>
span { border-color: #EACE94; }
span { border-color: rgb(234,206,148); }
td.TdClassName
{
border-color: #EACE94;
}
.TagClassName
{
border-color: #EACE94;
}
</style>