Shades of Chamois #EBCB99
Tints of Chamois #EBCB99
RGB
CMYK
RGB Variations
Color information
#EBCB99 (or 0xEBCB99) is known color: Chamois. HEX triplet: EB, CB and 99. RGB value is (235,203,153). Sum of RGB (Red+Green+Blue) = 235+203+153=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 153 (60.16% from 255 or 25.89% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCB99 is #143466. Grayscale: #CFCFCF. Windows color (decimal): -1324135 or 10079211. OLE color: 10079211.
HSL color Cylindrical-coordinate representation of color #EBCB99: hue angle of 36.59º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBCB99 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 153 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.08 |
| HSL | 36.59º | 0.67% | 0.76% | - |
| HSV(B) | 36.59º | 0.35% | 0.92% | - |
| XYZ | 61.37 | 62.67 | 39 | - |
| YUV | 206.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 153 | 0 | 0.14 | 0.35 | 0.08 | 36.59 | 0.67 | 0.76 |
| Hex | EB | CB | 99 | 0 | E | 23 | 8 | 25 | 43 | 4C |
| Octal | 353 | 313 | 231 | 0 | 16 | 43 | 10 | 45 | 103 | 114 |
| Binary | 11101011 | 11001011 | 10011001 | 0 | 1110 | 100011 | 1000 | 100101 | 1000011 | 1001100 |
Color Harmonies of #EBCB99
Complementary color
Monochromatic Colors of #EBCB99
Black with #EBCB99
Text Example
Text Example
White with #EBCB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCB99; }
p { color: rgb(235,203,153); }
H1.HeaderClassName
{
color: #EBCB99;
}
.AnyTagClassName
{
color: #EBCB99;
}
</style>
background-color css
<style>
a { background-color: #EBCB99; }
a { background-color: rgb(235,203,153); }
div.DivClassName
{
background-color: #EBCB99;
}
.BgClassName
{
background-color: #EBCB99;
}
</style>
border-color css
<style>
span { border-color: #EBCB99; }
span { border-color: rgb(235,203,153); }
td.TdClassName
{
border-color: #EBCB99;
}
.TagClassName
{
border-color: #EBCB99;
}
</style>