Shades of Chamois #EAD09F
Tints of Chamois #EAD09F
RGB
CMYK
RGB Variations
Color information
#EAD09F (or 0xEAD09F) is known color: Chamois. HEX triplet: EA, D0 and 9F. RGB value is (234,208,159). Sum of RGB (Red+Green+Blue) = 234+208+159=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD09F is #152F60. Grayscale: #D2D2D2. Windows color (decimal): -1388385 or 10473706. OLE color: 10473706.
HSL color Cylindrical-coordinate representation of color #EAD09F: hue angle of 39.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAD09F is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 208 | 159 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.08 |
| HSL | 39.2º | 0.64% | 0.77% | - |
| HSV(B) | 39.2º | 0.32% | 0.92% | - |
| XYZ | 62.75 | 65.11 | 42.06 | - |
| YUV | 210.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 208 | 159 | 0 | 0.11 | 0.32 | 0.08 | 39.2 | 0.64 | 0.77 |
| Hex | EA | D0 | 9F | 0 | B | 20 | 8 | 27 | 40 | 4D |
| Octal | 352 | 320 | 237 | 0 | 13 | 40 | 10 | 47 | 100 | 115 |
| Binary | 11101010 | 11010000 | 10011111 | 0 | 1011 | 100000 | 1000 | 100111 | 1000000 | 1001101 |
Color Harmonies of #EAD09F
Complementary color
Monochromatic Colors of #EAD09F
Black with #EAD09F
Text Example
Text Example
White with #EAD09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD09F; }
p { color: rgb(234,208,159); }
H1.HeaderClassName
{
color: #EAD09F;
}
.AnyTagClassName
{
color: #EAD09F;
}
</style>
background-color css
<style>
a { background-color: #EAD09F; }
a { background-color: rgb(234,208,159); }
div.DivClassName
{
background-color: #EAD09F;
}
.BgClassName
{
background-color: #EAD09F;
}
</style>
border-color css
<style>
span { border-color: #EAD09F; }
span { border-color: rgb(234,208,159); }
td.TdClassName
{
border-color: #EAD09F;
}
.TagClassName
{
border-color: #EAD09F;
}
</style>