Shades of Chamois #EACF95
Tints of Chamois #EACF95
RGB
CMYK
RGB Variations
Color information
#EACF95 (or 0xEACF95) is known color: Chamois. HEX triplet: EA, CF and 95. RGB value is (234,207,149). Sum of RGB (Red+Green+Blue) = 234+207+149=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF95 is #15306A. Grayscale: #D0D0D0. Windows color (decimal): -1388651 or 9818090. OLE color: 9818090.
HSL color Cylindrical-coordinate representation of color #EACF95: hue angle of 40.94º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EACF95 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 149 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.08 |
| HSL | 40.94º | 0.67% | 0.75% | - |
| HSV(B) | 40.94º | 0.36% | 0.92% | - |
| XYZ | 61.67 | 64.29 | 37.59 | - |
| YUV | 208.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 149 | 0 | 0.12 | 0.36 | 0.08 | 40.94 | 0.67 | 0.75 |
| Hex | EA | CF | 95 | 0 | C | 24 | 8 | 29 | 43 | 4B |
| Octal | 352 | 317 | 225 | 0 | 14 | 44 | 10 | 51 | 103 | 113 |
| Binary | 11101010 | 11001111 | 10010101 | 0 | 1100 | 100100 | 1000 | 101001 | 1000011 | 1001011 |
Color Harmonies of #EACF95
Complementary color
Monochromatic Colors of #EACF95
Black with #EACF95
Text Example
Text Example
White with #EACF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF95; }
p { color: rgb(234,207,149); }
H1.HeaderClassName
{
color: #EACF95;
}
.AnyTagClassName
{
color: #EACF95;
}
</style>
background-color css
<style>
a { background-color: #EACF95; }
a { background-color: rgb(234,207,149); }
div.DivClassName
{
background-color: #EACF95;
}
.BgClassName
{
background-color: #EACF95;
}
</style>
border-color css
<style>
span { border-color: #EACF95; }
span { border-color: rgb(234,207,149); }
td.TdClassName
{
border-color: #EACF95;
}
.TagClassName
{
border-color: #EACF95;
}
</style>