Shades of Chamois #EACF94
Tints of Chamois #EACF94
RGB
CMYK
RGB Variations
Color information
#EACF94 (or 0xEACF94) is known color: Chamois. HEX triplet: EA, CF and 94. RGB value is (234,207,148). Sum of RGB (Red+Green+Blue) = 234+207+148=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACF94 is #15306B. Grayscale: #D0D0D0. Windows color (decimal): -1388652 or 9752554. OLE color: 9752554.
HSL color Cylindrical-coordinate representation of color #EACF94: hue angle of 41.16º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EACF94 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 148 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.08 |
| HSL | 41.16º | 0.67% | 0.75% | - |
| HSV(B) | 41.16º | 0.37% | 0.92% | - |
| XYZ | 61.59 | 64.26 | 37.17 | - |
| YUV | 208.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 148 | 0 | 0.12 | 0.37 | 0.08 | 41.16 | 0.67 | 0.75 |
| Hex | EA | CF | 94 | 0 | C | 25 | 8 | 29 | 43 | 4B |
| Octal | 352 | 317 | 224 | 0 | 14 | 45 | 10 | 51 | 103 | 113 |
| Binary | 11101010 | 11001111 | 10010100 | 0 | 1100 | 100101 | 1000 | 101001 | 1000011 | 1001011 |
Color Harmonies of #EACF94
Complementary color
Monochromatic Colors of #EACF94
Black with #EACF94
Text Example
Text Example
White with #EACF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF94; }
p { color: rgb(234,207,148); }
H1.HeaderClassName
{
color: #EACF94;
}
.AnyTagClassName
{
color: #EACF94;
}
</style>
background-color css
<style>
a { background-color: #EACF94; }
a { background-color: rgb(234,207,148); }
div.DivClassName
{
background-color: #EACF94;
}
.BgClassName
{
background-color: #EACF94;
}
</style>
border-color css
<style>
span { border-color: #EACF94; }
span { border-color: rgb(234,207,148); }
td.TdClassName
{
border-color: #EACF94;
}
.TagClassName
{
border-color: #EACF94;
}
</style>