Shades of Chamois #EBD29C
Tints of Chamois #EBD29C
RGB
CMYK
RGB Variations
Color information
#EBD29C (or 0xEBD29C) is known color: Chamois. HEX triplet: EB, D2 and 9C. RGB value is (235,210,156). Sum of RGB (Red+Green+Blue) = 235+210+156=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD29C is #142D63. Grayscale: #D3D3D3. Windows color (decimal): -1322340 or 10277611. OLE color: 10277611.
HSL color Cylindrical-coordinate representation of color #EBD29C: hue angle of 41.01º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBD29C is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 210 | 156 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.08 |
| HSL | 41.01º | 0.66% | 0.77% | - |
| HSV(B) | 41.01º | 0.34% | 0.92% | - |
| XYZ | 63.31 | 66.16 | 40.89 | - |
| YUV | 211.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 210 | 156 | 0 | 0.11 | 0.34 | 0.08 | 41.01 | 0.66 | 0.77 |
| Hex | EB | D2 | 9C | 0 | B | 22 | 8 | 29 | 42 | 4D |
| Octal | 353 | 322 | 234 | 0 | 13 | 42 | 10 | 51 | 102 | 115 |
| Binary | 11101011 | 11010010 | 10011100 | 0 | 1011 | 100010 | 1000 | 101001 | 1000010 | 1001101 |
Color Harmonies of #EBD29C
Complementary color
Monochromatic Colors of #EBD29C
Black with #EBD29C
Text Example
Text Example
White with #EBD29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD29C; }
p { color: rgb(235,210,156); }
H1.HeaderClassName
{
color: #EBD29C;
}
.AnyTagClassName
{
color: #EBD29C;
}
</style>
background-color css
<style>
a { background-color: #EBD29C; }
a { background-color: rgb(235,210,156); }
div.DivClassName
{
background-color: #EBD29C;
}
.BgClassName
{
background-color: #EBD29C;
}
</style>
border-color css
<style>
span { border-color: #EBD29C; }
span { border-color: rgb(235,210,156); }
td.TdClassName
{
border-color: #EBD29C;
}
.TagClassName
{
border-color: #EBD29C;
}
</style>