Shades of Chamois #EAD19B
Tints of Chamois #EAD19B
RGB
CMYK
RGB Variations
Color information
#EAD19B (or 0xEAD19B) is known color: Chamois. HEX triplet: EA, D1 and 9B. RGB value is (234,209,155). Sum of RGB (Red+Green+Blue) = 234+209+155=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD19B is #152E64. Grayscale: #D2D2D2. Windows color (decimal): -1388133 or 10211818. OLE color: 10211818.
HSL color Cylindrical-coordinate representation of color #EAD19B: hue angle of 41.01º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAD19B is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 155 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.08 |
| HSL | 41.01º | 0.65% | 0.76% | - |
| HSV(B) | 41.01º | 0.34% | 0.92% | - |
| XYZ | 62.65 | 65.46 | 40.34 | - |
| YUV | 210.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 155 | 0 | 0.11 | 0.34 | 0.08 | 41.01 | 0.65 | 0.76 |
| Hex | EA | D1 | 9B | 0 | B | 22 | 8 | 29 | 41 | 4C |
| Octal | 352 | 321 | 233 | 0 | 13 | 42 | 10 | 51 | 101 | 114 |
| Binary | 11101010 | 11010001 | 10011011 | 0 | 1011 | 100010 | 1000 | 101001 | 1000001 | 1001100 |
Color Harmonies of #EAD19B
Complementary color
Monochromatic Colors of #EAD19B
Black with #EAD19B
Text Example
Text Example
White with #EAD19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD19B; }
p { color: rgb(234,209,155); }
H1.HeaderClassName
{
color: #EAD19B;
}
.AnyTagClassName
{
color: #EAD19B;
}
</style>
background-color css
<style>
a { background-color: #EAD19B; }
a { background-color: rgb(234,209,155); }
div.DivClassName
{
background-color: #EAD19B;
}
.BgClassName
{
background-color: #EAD19B;
}
</style>
border-color css
<style>
span { border-color: #EAD19B; }
span { border-color: rgb(234,209,155); }
td.TdClassName
{
border-color: #EAD19B;
}
.TagClassName
{
border-color: #EAD19B;
}
</style>