Shades of Chamois #EACC90
Tints of Chamois #EACC90
RGB
CMYK
RGB Variations
Color information
#EACC90 (or 0xEACC90) is known color: Chamois. HEX triplet: EA, CC and 90. RGB value is (234,204,144). Sum of RGB (Red+Green+Blue) = 234+204+144=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACC90 is #15336F. Grayscale: #CECECE. Windows color (decimal): -1389424 or 9489642. OLE color: 9489642.
HSL color Cylindrical-coordinate representation of color #EACC90: hue angle of 40º 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 #EACC90 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 144 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.08 |
| HSL | 40º | 0.68% | 0.74% | - |
| HSV(B) | 40º | 0.38% | 0.92% | - |
| XYZ | 60.56 | 62.69 | 35.29 | - |
| YUV | 206.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 144 | 0 | 0.13 | 0.38 | 0.08 | 40 | 0.68 | 0.74 |
| Hex | EA | CC | 90 | 0 | D | 26 | 8 | 28 | 44 | 4A |
| Octal | 352 | 314 | 220 | 0 | 15 | 46 | 10 | 50 | 104 | 112 |
| Binary | 11101010 | 11001100 | 10010000 | 0 | 1101 | 100110 | 1000 | 101000 | 1000100 | 1001010 |
Color Harmonies of #EACC90
Complementary color
Monochromatic Colors of #EACC90
Black with #EACC90
Text Example
Text Example
White with #EACC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC90; }
p { color: rgb(234,204,144); }
H1.HeaderClassName
{
color: #EACC90;
}
.AnyTagClassName
{
color: #EACC90;
}
</style>
background-color css
<style>
a { background-color: #EACC90; }
a { background-color: rgb(234,204,144); }
div.DivClassName
{
background-color: #EACC90;
}
.BgClassName
{
background-color: #EACC90;
}
</style>
border-color css
<style>
span { border-color: #EACC90; }
span { border-color: rgb(234,204,144); }
td.TdClassName
{
border-color: #EACC90;
}
.TagClassName
{
border-color: #EACC90;
}
</style>