Shades of Chamois #EACB98
Tints of Chamois #EACB98
RGB
CMYK
RGB Variations
Color information
#EACB98 (or 0xEACB98) is known color: Chamois. HEX triplet: EA, CB and 98. RGB value is (234,203,152). Sum of RGB (Red+Green+Blue) = 234+203+152=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 152 (59.77% from 255 or 25.81% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB98 is #153467. Grayscale: #CECECE. Windows color (decimal): -1389672 or 10013674. OLE color: 10013674.
HSL color Cylindrical-coordinate representation of color #EACB98: hue angle of 37.32º 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 #EACB98 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 152 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.08 |
| HSL | 37.32º | 0.66% | 0.76% | - |
| HSV(B) | 37.32º | 0.35% | 0.92% | - |
| XYZ | 60.96 | 62.47 | 38.55 | - |
| YUV | 206.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 152 | 0 | 0.13 | 0.35 | 0.08 | 37.32 | 0.66 | 0.76 |
| Hex | EA | CB | 98 | 0 | D | 23 | 8 | 25 | 42 | 4C |
| Octal | 352 | 313 | 230 | 0 | 15 | 43 | 10 | 45 | 102 | 114 |
| Binary | 11101010 | 11001011 | 10011000 | 0 | 1101 | 100011 | 1000 | 100101 | 1000010 | 1001100 |
Color Harmonies of #EACB98
Complementary color
Monochromatic Colors of #EACB98
Black with #EACB98
Text Example
Text Example
White with #EACB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB98; }
p { color: rgb(234,203,152); }
H1.HeaderClassName
{
color: #EACB98;
}
.AnyTagClassName
{
color: #EACB98;
}
</style>
background-color css
<style>
a { background-color: #EACB98; }
a { background-color: rgb(234,203,152); }
div.DivClassName
{
background-color: #EACB98;
}
.BgClassName
{
background-color: #EACB98;
}
</style>
border-color css
<style>
span { border-color: #EACB98; }
span { border-color: rgb(234,203,152); }
td.TdClassName
{
border-color: #EACB98;
}
.TagClassName
{
border-color: #EACB98;
}
</style>