Shades of Chamois #EBC992
Tints of Chamois #EBC992
RGB
CMYK
RGB Variations
Color information
#EBC992 (or 0xEBC992) is known color: Chamois. HEX triplet: EB, C9 and 92. RGB value is (235,201,146). Sum of RGB (Red+Green+Blue) = 235+201+146=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC992 is #14366D. Grayscale: #CDCDCD. Windows color (decimal): -1324654 or 9619947. OLE color: 9619947.
HSL color Cylindrical-coordinate representation of color #EBC992: hue angle of 37.08º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBC992 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 146 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.08 |
| HSL | 37.08º | 0.69% | 0.75% | - |
| HSV(B) | 37.08º | 0.38% | 0.92% | - |
| XYZ | 60.34 | 61.51 | 35.89 | - |
| YUV | 204.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 146 | 0 | 0.14 | 0.38 | 0.08 | 37.08 | 0.69 | 0.75 |
| Hex | EB | C9 | 92 | 0 | E | 26 | 8 | 25 | 45 | 4B |
| Octal | 353 | 311 | 222 | 0 | 16 | 46 | 10 | 45 | 105 | 113 |
| Binary | 11101011 | 11001001 | 10010010 | 0 | 1110 | 100110 | 1000 | 100101 | 1000101 | 1001011 |
Color Harmonies of #EBC992
Complementary color
Monochromatic Colors of #EBC992
Black with #EBC992
Text Example
Text Example
White with #EBC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC992; }
p { color: rgb(235,201,146); }
H1.HeaderClassName
{
color: #EBC992;
}
.AnyTagClassName
{
color: #EBC992;
}
</style>
background-color css
<style>
a { background-color: #EBC992; }
a { background-color: rgb(235,201,146); }
div.DivClassName
{
background-color: #EBC992;
}
.BgClassName
{
background-color: #EBC992;
}
</style>
border-color css
<style>
span { border-color: #EBC992; }
span { border-color: rgb(235,201,146); }
td.TdClassName
{
border-color: #EBC992;
}
.TagClassName
{
border-color: #EBC992;
}
</style>