Shades of Chamois #EACC9A
Tints of Chamois #EACC9A
RGB
CMYK
RGB Variations
Color information
#EACC9A (or 0xEACC9A) is known color: Chamois. HEX triplet: EA, CC and 9A. RGB value is (234,204,154). Sum of RGB (Red+Green+Blue) = 234+204+154=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC9A is #153365. Grayscale: #CFCFCF. Windows color (decimal): -1389414 or 10145002. OLE color: 10145002.
HSL color Cylindrical-coordinate representation of color #EACC9A: hue angle of 37.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EACC9A is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 154 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.08 |
| HSL | 37.5º | 0.66% | 0.76% | - |
| HSV(B) | 37.5º | 0.34% | 0.92% | - |
| XYZ | 61.36 | 63.01 | 39.5 | - |
| YUV | 207.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 154 | 0 | 0.13 | 0.34 | 0.08 | 37.5 | 0.66 | 0.76 |
| Hex | EA | CC | 9A | 0 | D | 22 | 8 | 26 | 42 | 4C |
| Octal | 352 | 314 | 232 | 0 | 15 | 42 | 10 | 46 | 102 | 114 |
| Binary | 11101010 | 11001100 | 10011010 | 0 | 1101 | 100010 | 1000 | 100110 | 1000010 | 1001100 |
Color Harmonies of #EACC9A
Complementary color
Monochromatic Colors of #EACC9A
Black with #EACC9A
Text Example
Text Example
White with #EACC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC9A; }
p { color: rgb(234,204,154); }
H1.HeaderClassName
{
color: #EACC9A;
}
.AnyTagClassName
{
color: #EACC9A;
}
</style>
background-color css
<style>
a { background-color: #EACC9A; }
a { background-color: rgb(234,204,154); }
div.DivClassName
{
background-color: #EACC9A;
}
.BgClassName
{
background-color: #EACC9A;
}
</style>
border-color css
<style>
span { border-color: #EACC9A; }
span { border-color: rgb(234,204,154); }
td.TdClassName
{
border-color: #EACC9A;
}
.TagClassName
{
border-color: #EACC9A;
}
</style>