Shades of Chamois #EACF92
Tints of Chamois #EACF92
RGB
CMYK
RGB Variations
Color information
#EACF92 (or 0xEACF92) is known color: Chamois. HEX triplet: EA, CF and 92. RGB value is (234,207,146). Sum of RGB (Red+Green+Blue) = 234+207+146=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF92 is #15306D. Grayscale: #D0D0D0. Windows color (decimal): -1388654 or 9621482. OLE color: 9621482.
HSL color Cylindrical-coordinate representation of color #EACF92: hue angle of 41.59º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EACF92 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 146 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.08 |
| HSL | 41.59º | 0.68% | 0.75% | - |
| HSV(B) | 41.59º | 0.38% | 0.92% | - |
| XYZ | 61.43 | 64.19 | 36.35 | - |
| YUV | 208.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 146 | 0 | 0.12 | 0.38 | 0.08 | 41.59 | 0.68 | 0.75 |
| Hex | EA | CF | 92 | 0 | C | 26 | 8 | 2A | 44 | 4B |
| Octal | 352 | 317 | 222 | 0 | 14 | 46 | 10 | 52 | 104 | 113 |
| Binary | 11101010 | 11001111 | 10010010 | 0 | 1100 | 100110 | 1000 | 101010 | 1000100 | 1001011 |
Color Harmonies of #EACF92
Complementary color
Monochromatic Colors of #EACF92
Black with #EACF92
Text Example
Text Example
White with #EACF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF92; }
p { color: rgb(234,207,146); }
H1.HeaderClassName
{
color: #EACF92;
}
.AnyTagClassName
{
color: #EACF92;
}
</style>
background-color css
<style>
a { background-color: #EACF92; }
a { background-color: rgb(234,207,146); }
div.DivClassName
{
background-color: #EACF92;
}
.BgClassName
{
background-color: #EACF92;
}
</style>
border-color css
<style>
span { border-color: #EACF92; }
span { border-color: rgb(234,207,146); }
td.TdClassName
{
border-color: #EACF92;
}
.TagClassName
{
border-color: #EACF92;
}
</style>