Shades of Chamois #EBCA97
Tints of Chamois #EBCA97
RGB
CMYK
RGB Variations
Color information
#EBCA97 (or 0xEBCA97) is known color: Chamois. HEX triplet: EB, CA and 97. RGB value is (235,202,151). Sum of RGB (Red+Green+Blue) = 235+202+151=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCA97 is #143568. Grayscale: #CECECE. Windows color (decimal): -1324393 or 9947883. OLE color: 9947883.
HSL color Cylindrical-coordinate representation of color #EBCA97: hue angle of 36.43º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBCA97 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 202 | 151 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.08 |
| HSL | 36.43º | 0.68% | 0.76% | - |
| HSV(B) | 36.43º | 0.36% | 0.92% | - |
| XYZ | 60.97 | 62.14 | 38.06 | - |
| YUV | 206.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 202 | 151 | 0 | 0.14 | 0.36 | 0.08 | 36.43 | 0.68 | 0.76 |
| Hex | EB | CA | 97 | 0 | E | 24 | 8 | 24 | 44 | 4C |
| Octal | 353 | 312 | 227 | 0 | 16 | 44 | 10 | 44 | 104 | 114 |
| Binary | 11101011 | 11001010 | 10010111 | 0 | 1110 | 100100 | 1000 | 100100 | 1000100 | 1001100 |
Color Harmonies of #EBCA97
Complementary color
Monochromatic Colors of #EBCA97
Black with #EBCA97
Text Example
Text Example
White with #EBCA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCA97; }
p { color: rgb(235,202,151); }
H1.HeaderClassName
{
color: #EBCA97;
}
.AnyTagClassName
{
color: #EBCA97;
}
</style>
background-color css
<style>
a { background-color: #EBCA97; }
a { background-color: rgb(235,202,151); }
div.DivClassName
{
background-color: #EBCA97;
}
.BgClassName
{
background-color: #EBCA97;
}
</style>
border-color css
<style>
span { border-color: #EBCA97; }
span { border-color: rgb(235,202,151); }
td.TdClassName
{
border-color: #EBCA97;
}
.TagClassName
{
border-color: #EBCA97;
}
</style>