Shades of Chamois #EAD29B
Tints of Chamois #EAD29B
RGB
CMYK
RGB Variations
Color information
#EAD29B (or 0xEAD29B) is known color: Chamois. HEX triplet: EA, D2 and 9B. RGB value is (234,210,155). Sum of RGB (Red+Green+Blue) = 234+210+155=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 155 (60.94% from 255 or 25.88% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD29B is #152D64. Grayscale: #D3D3D3. Windows color (decimal): -1387877 or 10212074. OLE color: 10212074.
HSL color Cylindrical-coordinate representation of color #EAD29B: hue angle of 41.77º 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 #EAD29B is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 155 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.08 |
| HSL | 41.77º | 0.65% | 0.76% | - |
| HSV(B) | 41.77º | 0.34% | 0.92% | - |
| XYZ | 62.89 | 65.95 | 40.43 | - |
| YUV | 210.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 155 | 0 | 0.10 | 0.34 | 0.08 | 41.77 | 0.65 | 0.76 |
| Hex | EA | D2 | 9B | 0 | A | 22 | 8 | 2A | 41 | 4C |
| Octal | 352 | 322 | 233 | 0 | 12 | 42 | 10 | 52 | 101 | 114 |
| Binary | 11101010 | 11010010 | 10011011 | 0 | 1010 | 100010 | 1000 | 101010 | 1000001 | 1001100 |
Color Harmonies of #EAD29B
Complementary color
Monochromatic Colors of #EAD29B
Black with #EAD29B
Text Example
Text Example
White with #EAD29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD29B; }
p { color: rgb(234,210,155); }
H1.HeaderClassName
{
color: #EAD29B;
}
.AnyTagClassName
{
color: #EAD29B;
}
</style>
background-color css
<style>
a { background-color: #EAD29B; }
a { background-color: rgb(234,210,155); }
div.DivClassName
{
background-color: #EAD29B;
}
.BgClassName
{
background-color: #EAD29B;
}
</style>
border-color css
<style>
span { border-color: #EAD29B; }
span { border-color: rgb(234,210,155); }
td.TdClassName
{
border-color: #EAD29B;
}
.TagClassName
{
border-color: #EAD29B;
}
</style>