Shades of Chamois #EACB90
Tints of Chamois #EACB90
RGB
CMYK
RGB Variations
Color information
#EACB90 (or 0xEACB90) is known color: Chamois. HEX triplet: EA, CB and 90. RGB value is (234,203,144). Sum of RGB (Red+Green+Blue) = 234+203+144=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 144 (56.64% from 255 or 24.78% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACB90 is #15346F. Grayscale: #CDCDCD. Windows color (decimal): -1389680 or 9489386. OLE color: 9489386.
HSL color Cylindrical-coordinate representation of color #EACB90: hue angle of 39.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EACB90 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 144 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.08 |
| HSL | 39.33º | 0.68% | 0.74% | - |
| HSV(B) | 39.33º | 0.38% | 0.92% | - |
| XYZ | 60.32 | 62.22 | 35.22 | - |
| YUV | 205.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 144 | 0 | 0.13 | 0.38 | 0.08 | 39.33 | 0.68 | 0.74 |
| Hex | EA | CB | 90 | 0 | D | 26 | 8 | 27 | 44 | 4A |
| Octal | 352 | 313 | 220 | 0 | 15 | 46 | 10 | 47 | 104 | 112 |
| Binary | 11101010 | 11001011 | 10010000 | 0 | 1101 | 100110 | 1000 | 100111 | 1000100 | 1001010 |
Color Harmonies of #EACB90
Complementary color
Monochromatic Colors of #EACB90
Black with #EACB90
Text Example
Text Example
White with #EACB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB90; }
p { color: rgb(234,203,144); }
H1.HeaderClassName
{
color: #EACB90;
}
.AnyTagClassName
{
color: #EACB90;
}
</style>
background-color css
<style>
a { background-color: #EACB90; }
a { background-color: rgb(234,203,144); }
div.DivClassName
{
background-color: #EACB90;
}
.BgClassName
{
background-color: #EACB90;
}
</style>
border-color css
<style>
span { border-color: #EACB90; }
span { border-color: rgb(234,203,144); }
td.TdClassName
{
border-color: #EACB90;
}
.TagClassName
{
border-color: #EACB90;
}
</style>