Shades of Chamois #EBCE9A
Tints of Chamois #EBCE9A
RGB
CMYK
RGB Variations
Color information
#EBCE9A (or 0xEBCE9A) is known color: Chamois. HEX triplet: EB, CE and 9A. RGB value is (235,206,154). Sum of RGB (Red+Green+Blue) = 235+206+154=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCE9A is #143165. Grayscale: #D0D0D0. Windows color (decimal): -1323366 or 10145515. OLE color: 10145515.
HSL color Cylindrical-coordinate representation of color #EBCE9A: hue angle of 38.52º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBCE9A is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 206 | 154 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.08 |
| HSL | 38.52º | 0.67% | 0.76% | - |
| HSV(B) | 38.52º | 0.34% | 0.92% | - |
| XYZ | 62.17 | 64.14 | 39.68 | - |
| YUV | 208.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 206 | 154 | 0 | 0.12 | 0.34 | 0.08 | 38.52 | 0.67 | 0.76 |
| Hex | EB | CE | 9A | 0 | C | 22 | 8 | 27 | 43 | 4C |
| Octal | 353 | 316 | 232 | 0 | 14 | 42 | 10 | 47 | 103 | 114 |
| Binary | 11101011 | 11001110 | 10011010 | 0 | 1100 | 100010 | 1000 | 100111 | 1000011 | 1001100 |
Color Harmonies of #EBCE9A
Complementary color
Monochromatic Colors of #EBCE9A
Black with #EBCE9A
Text Example
Text Example
White with #EBCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCE9A; }
p { color: rgb(235,206,154); }
H1.HeaderClassName
{
color: #EBCE9A;
}
.AnyTagClassName
{
color: #EBCE9A;
}
</style>
background-color css
<style>
a { background-color: #EBCE9A; }
a { background-color: rgb(235,206,154); }
div.DivClassName
{
background-color: #EBCE9A;
}
.BgClassName
{
background-color: #EBCE9A;
}
</style>
border-color css
<style>
span { border-color: #EBCE9A; }
span { border-color: rgb(235,206,154); }
td.TdClassName
{
border-color: #EBCE9A;
}
.TagClassName
{
border-color: #EBCE9A;
}
</style>