Shades of Chamois #EACA9A
Tints of Chamois #EACA9A
RGB
CMYK
RGB Variations
Color information
#EACA9A (or 0xEACA9A) is known color: Chamois. HEX triplet: EA, CA and 9A. RGB value is (234,202,154). Sum of RGB (Red+Green+Blue) = 234+202+154=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 154 (60.55% from 255 or 26.10% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACA9A is #153565. Grayscale: #CECECE. Windows color (decimal): -1389926 or 10144490. OLE color: 10144490.
HSL color Cylindrical-coordinate representation of color #EACA9A: hue angle of 36º 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 #EACA9A is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 154 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.08 |
| HSL | 36º | 0.66% | 0.76% | - |
| HSV(B) | 36º | 0.34% | 0.92% | - |
| XYZ | 60.88 | 62.07 | 39.34 | - |
| YUV | 206.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 154 | 0 | 0.14 | 0.34 | 0.08 | 36 | 0.66 | 0.76 |
| Hex | EA | CA | 9A | 0 | E | 22 | 8 | 24 | 42 | 4C |
| Octal | 352 | 312 | 232 | 0 | 16 | 42 | 10 | 44 | 102 | 114 |
| Binary | 11101010 | 11001010 | 10011010 | 0 | 1110 | 100010 | 1000 | 100100 | 1000010 | 1001100 |
Color Harmonies of #EACA9A
Complementary color
Monochromatic Colors of #EACA9A
Black with #EACA9A
Text Example
Text Example
White with #EACA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA9A; }
p { color: rgb(234,202,154); }
H1.HeaderClassName
{
color: #EACA9A;
}
.AnyTagClassName
{
color: #EACA9A;
}
</style>
background-color css
<style>
a { background-color: #EACA9A; }
a { background-color: rgb(234,202,154); }
div.DivClassName
{
background-color: #EACA9A;
}
.BgClassName
{
background-color: #EACA9A;
}
</style>
border-color css
<style>
span { border-color: #EACA9A; }
span { border-color: rgb(234,202,154); }
td.TdClassName
{
border-color: #EACA9A;
}
.TagClassName
{
border-color: #EACA9A;
}
</style>