Shades of Chamois #EACD9A
Tints of Chamois #EACD9A
RGB
CMYK
RGB Variations
Color information
#EACD9A (or 0xEACD9A) is known color: Chamois. HEX triplet: EA, CD and 9A. RGB value is (234,205,154). Sum of RGB (Red+Green+Blue) = 234+205+154=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACD9A is #153265. Grayscale: #D0D0D0. Windows color (decimal): -1389158 or 10145258. OLE color: 10145258.
HSL color Cylindrical-coordinate representation of color #EACD9A: hue angle of 38.25º 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 #EACD9A is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 154 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.08 |
| HSL | 38.25º | 0.66% | 0.76% | - |
| HSV(B) | 38.25º | 0.34% | 0.92% | - |
| XYZ | 61.6 | 63.49 | 39.58 | - |
| YUV | 207.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 154 | 0 | 0.12 | 0.34 | 0.08 | 38.25 | 0.66 | 0.76 |
| Hex | EA | CD | 9A | 0 | C | 22 | 8 | 26 | 42 | 4C |
| Octal | 352 | 315 | 232 | 0 | 14 | 42 | 10 | 46 | 102 | 114 |
| Binary | 11101010 | 11001101 | 10011010 | 0 | 1100 | 100010 | 1000 | 100110 | 1000010 | 1001100 |
Color Harmonies of #EACD9A
Complementary color
Monochromatic Colors of #EACD9A
Black with #EACD9A
Text Example
Text Example
White with #EACD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD9A; }
p { color: rgb(234,205,154); }
H1.HeaderClassName
{
color: #EACD9A;
}
.AnyTagClassName
{
color: #EACD9A;
}
</style>
background-color css
<style>
a { background-color: #EACD9A; }
a { background-color: rgb(234,205,154); }
div.DivClassName
{
background-color: #EACD9A;
}
.BgClassName
{
background-color: #EACD9A;
}
</style>
border-color css
<style>
span { border-color: #EACD9A; }
span { border-color: rgb(234,205,154); }
td.TdClassName
{
border-color: #EACD9A;
}
.TagClassName
{
border-color: #EACD9A;
}
</style>