Shades of Chamois #EBD19E
Tints of Chamois #EBD19E
RGB
CMYK
RGB Variations
Color information
#EBD19E (or 0xEBD19E) is known color: Chamois. HEX triplet: EB, D1 and 9E. RGB value is (235,209,158). Sum of RGB (Red+Green+Blue) = 235+209+158=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 158 (62.11% from 255 or 26.25% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD19E is #142E61. Grayscale: #D3D3D3. Windows color (decimal): -1322594 or 10408427. OLE color: 10408427.
HSL color Cylindrical-coordinate representation of color #EBD19E: hue angle of 39.74º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBD19E is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 158 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.08 |
| HSL | 39.74º | 0.66% | 0.77% | - |
| HSV(B) | 39.74º | 0.33% | 0.92% | - |
| XYZ | 63.23 | 65.73 | 41.7 | - |
| YUV | 210.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 158 | 0 | 0.11 | 0.33 | 0.08 | 39.74 | 0.66 | 0.77 |
| Hex | EB | D1 | 9E | 0 | B | 21 | 8 | 28 | 42 | 4D |
| Octal | 353 | 321 | 236 | 0 | 13 | 41 | 10 | 50 | 102 | 115 |
| Binary | 11101011 | 11010001 | 10011110 | 0 | 1011 | 100001 | 1000 | 101000 | 1000010 | 1001101 |
Color Harmonies of #EBD19E
Complementary color
Monochromatic Colors of #EBD19E
Black with #EBD19E
Text Example
Text Example
White with #EBD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD19E; }
p { color: rgb(235,209,158); }
H1.HeaderClassName
{
color: #EBD19E;
}
.AnyTagClassName
{
color: #EBD19E;
}
</style>
background-color css
<style>
a { background-color: #EBD19E; }
a { background-color: rgb(235,209,158); }
div.DivClassName
{
background-color: #EBD19E;
}
.BgClassName
{
background-color: #EBD19E;
}
</style>
border-color css
<style>
span { border-color: #EBD19E; }
span { border-color: rgb(235,209,158); }
td.TdClassName
{
border-color: #EBD19E;
}
.TagClassName
{
border-color: #EBD19E;
}
</style>