Shades of Chamois #EAC890
Tints of Chamois #EAC890
RGB
CMYK
RGB Variations
Color information
#EAC890 (or 0xEAC890) is known color: Chamois. HEX triplet: EA, C8 and 90. RGB value is (234,200,144). Sum of RGB (Red+Green+Blue) = 234+200+144=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 144 (56.64% from 255 or 24.91% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC890 is #15376F. Grayscale: #CCCCCC. Windows color (decimal): -1390448 or 9488618. OLE color: 9488618.
HSL color Cylindrical-coordinate representation of color #EAC890: hue angle of 37.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 #EAC890 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 144 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.08 |
| HSL | 37.33º | 0.68% | 0.74% | - |
| HSV(B) | 37.33º | 0.38% | 0.92% | - |
| XYZ | 59.62 | 60.81 | 34.98 | - |
| YUV | 203.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 144 | 0 | 0.15 | 0.38 | 0.08 | 37.33 | 0.68 | 0.74 |
| Hex | EA | C8 | 90 | 0 | F | 26 | 8 | 25 | 44 | 4A |
| Octal | 352 | 310 | 220 | 0 | 17 | 46 | 10 | 45 | 104 | 112 |
| Binary | 11101010 | 11001000 | 10010000 | 0 | 1111 | 100110 | 1000 | 100101 | 1000100 | 1001010 |
Color Harmonies of #EAC890
Complementary color
Monochromatic Colors of #EAC890
Black with #EAC890
Text Example
Text Example
White with #EAC890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC890; }
p { color: rgb(234,200,144); }
H1.HeaderClassName
{
color: #EAC890;
}
.AnyTagClassName
{
color: #EAC890;
}
</style>
background-color css
<style>
a { background-color: #EAC890; }
a { background-color: rgb(234,200,144); }
div.DivClassName
{
background-color: #EAC890;
}
.BgClassName
{
background-color: #EAC890;
}
</style>
border-color css
<style>
span { border-color: #EAC890; }
span { border-color: rgb(234,200,144); }
td.TdClassName
{
border-color: #EAC890;
}
.TagClassName
{
border-color: #EAC890;
}
</style>