Shades of Chamois #EAD19D
Tints of Chamois #EAD19D
RGB
CMYK
RGB Variations
Color information
#EAD19D (or 0xEAD19D) is known color: Chamois. HEX triplet: EA, D1 and 9D. RGB value is (234,209,157). Sum of RGB (Red+Green+Blue) = 234+209+157=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD19D is #152E62. Grayscale: #D2D2D2. Windows color (decimal): -1388131 or 10342890. OLE color: 10342890.
HSL color Cylindrical-coordinate representation of color #EAD19D: hue angle of 40.52º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAD19D is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 157 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.08 |
| HSL | 40.52º | 0.65% | 0.77% | - |
| HSV(B) | 40.52º | 0.33% | 0.92% | - |
| XYZ | 62.82 | 65.53 | 41.24 | - |
| YUV | 210.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 157 | 0 | 0.11 | 0.33 | 0.08 | 40.52 | 0.65 | 0.77 |
| Hex | EA | D1 | 9D | 0 | B | 21 | 8 | 29 | 41 | 4D |
| Octal | 352 | 321 | 235 | 0 | 13 | 41 | 10 | 51 | 101 | 115 |
| Binary | 11101010 | 11010001 | 10011101 | 0 | 1011 | 100001 | 1000 | 101001 | 1000001 | 1001101 |
Color Harmonies of #EAD19D
Complementary color
Monochromatic Colors of #EAD19D
Black with #EAD19D
Text Example
Text Example
White with #EAD19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD19D; }
p { color: rgb(234,209,157); }
H1.HeaderClassName
{
color: #EAD19D;
}
.AnyTagClassName
{
color: #EAD19D;
}
</style>
background-color css
<style>
a { background-color: #EAD19D; }
a { background-color: rgb(234,209,157); }
div.DivClassName
{
background-color: #EAD19D;
}
.BgClassName
{
background-color: #EAD19D;
}
</style>
border-color css
<style>
span { border-color: #EAD19D; }
span { border-color: rgb(234,209,157); }
td.TdClassName
{
border-color: #EAD19D;
}
.TagClassName
{
border-color: #EAD19D;
}
</style>