Shades of Chamois #EACB92
Tints of Chamois #EACB92
RGB
CMYK
RGB Variations
Color information
#EACB92 (or 0xEACB92) is known color: Chamois. HEX triplet: EA, CB and 92. RGB value is (234,203,146). Sum of RGB (Red+Green+Blue) = 234+203+146=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 146 (57.42% from 255 or 25.04% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB92 is #15346D. Grayscale: #CECECE. Windows color (decimal): -1389678 or 9620458. OLE color: 9620458.
HSL color Cylindrical-coordinate representation of color #EACB92: hue angle of 38.86º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EACB92 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 146 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.08 |
| HSL | 38.86º | 0.68% | 0.75% | - |
| HSV(B) | 38.86º | 0.38% | 0.92% | - |
| XYZ | 60.48 | 62.28 | 36.03 | - |
| YUV | 205.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 146 | 0 | 0.13 | 0.38 | 0.08 | 38.86 | 0.68 | 0.75 |
| Hex | EA | CB | 92 | 0 | D | 26 | 8 | 27 | 44 | 4B |
| Octal | 352 | 313 | 222 | 0 | 15 | 46 | 10 | 47 | 104 | 113 |
| Binary | 11101010 | 11001011 | 10010010 | 0 | 1101 | 100110 | 1000 | 100111 | 1000100 | 1001011 |
Color Harmonies of #EACB92
Complementary color
Monochromatic Colors of #EACB92
Black with #EACB92
Text Example
Text Example
White with #EACB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB92; }
p { color: rgb(234,203,146); }
H1.HeaderClassName
{
color: #EACB92;
}
.AnyTagClassName
{
color: #EACB92;
}
</style>
background-color css
<style>
a { background-color: #EACB92; }
a { background-color: rgb(234,203,146); }
div.DivClassName
{
background-color: #EACB92;
}
.BgClassName
{
background-color: #EACB92;
}
</style>
border-color css
<style>
span { border-color: #EACB92; }
span { border-color: rgb(234,203,146); }
td.TdClassName
{
border-color: #EACB92;
}
.TagClassName
{
border-color: #EACB92;
}
</style>