Shades of Chamois #EBC994
Tints of Chamois #EBC994
RGB
CMYK
RGB Variations
Color information
#EBC994 (or 0xEBC994) is known color: Chamois. HEX triplet: EB, C9 and 94. RGB value is (235,201,148). Sum of RGB (Red+Green+Blue) = 235+201+148=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC994 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC994 is #14366B. Grayscale: #CDCDCD. Windows color (decimal): -1324652 or 9751019. OLE color: 9751019.
HSL color Cylindrical-coordinate representation of color #EBC994: hue angle of 36.55º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBC994 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 148 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.08 |
| HSL | 36.55º | 0.69% | 0.75% | - |
| HSV(B) | 36.55º | 0.37% | 0.92% | - |
| XYZ | 60.49 | 61.57 | 36.71 | - |
| YUV | 205.12 | 95.76 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 148 | 0 | 0.14 | 0.37 | 0.08 | 36.55 | 0.69 | 0.75 |
| Hex | EB | C9 | 94 | 0 | E | 25 | 8 | 25 | 45 | 4B |
| Octal | 353 | 311 | 224 | 0 | 16 | 45 | 10 | 45 | 105 | 113 |
| Binary | 11101011 | 11001001 | 10010100 | 0 | 1110 | 100101 | 1000 | 100101 | 1000101 | 1001011 |
Color Harmonies of #EBC994
Complementary color
Monochromatic Colors of #EBC994
Black with #EBC994
Text Example
Text Example
White with #EBC994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC994; }
p { color: rgb(235,201,148); }
H1.HeaderClassName
{
color: #EBC994;
}
.AnyTagClassName
{
color: #EBC994;
}
</style>
background-color css
<style>
a { background-color: #EBC994; }
a { background-color: rgb(235,201,148); }
div.DivClassName
{
background-color: #EBC994;
}
.BgClassName
{
background-color: #EBC994;
}
</style>
border-color css
<style>
span { border-color: #EBC994; }
span { border-color: rgb(235,201,148); }
td.TdClassName
{
border-color: #EBC994;
}
.TagClassName
{
border-color: #EBC994;
}
</style>