Shades of Chamois #EACB99
Tints of Chamois #EACB99
RGB
CMYK
RGB Variations
Color information
#EACB99 (or 0xEACB99) is known color: Chamois. HEX triplet: EA, CB and 99. RGB value is (234,203,153). Sum of RGB (Red+Green+Blue) = 234+203+153=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB99 is #153466. Grayscale: #CECECE. Windows color (decimal): -1389671 or 10079210. OLE color: 10079210.
HSL color Cylindrical-coordinate representation of color #EACB99: hue angle of 37.04º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EACB99 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 153 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.08 |
| HSL | 37.04º | 0.66% | 0.76% | - |
| HSV(B) | 37.04º | 0.35% | 0.92% | - |
| XYZ | 61.04 | 62.5 | 38.98 | - |
| YUV | 206.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 153 | 0 | 0.13 | 0.35 | 0.08 | 37.04 | 0.66 | 0.76 |
| Hex | EA | CB | 99 | 0 | D | 23 | 8 | 25 | 42 | 4C |
| Octal | 352 | 313 | 231 | 0 | 15 | 43 | 10 | 45 | 102 | 114 |
| Binary | 11101010 | 11001011 | 10011001 | 0 | 1101 | 100011 | 1000 | 100101 | 1000010 | 1001100 |
Color Harmonies of #EACB99
Complementary color
Monochromatic Colors of #EACB99
Black with #EACB99
Text Example
Text Example
White with #EACB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB99; }
p { color: rgb(234,203,153); }
H1.HeaderClassName
{
color: #EACB99;
}
.AnyTagClassName
{
color: #EACB99;
}
</style>
background-color css
<style>
a { background-color: #EACB99; }
a { background-color: rgb(234,203,153); }
div.DivClassName
{
background-color: #EACB99;
}
.BgClassName
{
background-color: #EACB99;
}
</style>
border-color css
<style>
span { border-color: #EACB99; }
span { border-color: rgb(234,203,153); }
td.TdClassName
{
border-color: #EACB99;
}
.TagClassName
{
border-color: #EACB99;
}
</style>