Shades of Chamois #EBD093
Tints of Chamois #EBD093
RGB
CMYK
RGB Variations
Color information
#EBD093 (or 0xEBD093) is known color: Chamois. HEX triplet: EB, D0 and 93. RGB value is (235,208,147). Sum of RGB (Red+Green+Blue) = 235+208+147=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD093 is #142F6C. Grayscale: #D1D1D1. Windows color (decimal): -1322861 or 9687275. OLE color: 9687275.
HSL color Cylindrical-coordinate representation of color #EBD093: hue angle of 41.59º 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 #EBD093 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 147 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.08 |
| HSL | 41.59º | 0.69% | 0.75% | - |
| HSV(B) | 41.59º | 0.37% | 0.92% | - |
| XYZ | 62.08 | 64.88 | 36.85 | - |
| YUV | 209.12 | 92.95 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 147 | 0 | 0.11 | 0.37 | 0.08 | 41.59 | 0.69 | 0.75 |
| Hex | EB | D0 | 93 | 0 | B | 25 | 8 | 2A | 45 | 4B |
| Octal | 353 | 320 | 223 | 0 | 13 | 45 | 10 | 52 | 105 | 113 |
| Binary | 11101011 | 11010000 | 10010011 | 0 | 1011 | 100101 | 1000 | 101010 | 1000101 | 1001011 |
Color Harmonies of #EBD093
Complementary color
Monochromatic Colors of #EBD093
Black with #EBD093
Text Example
Text Example
White with #EBD093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD093; }
p { color: rgb(235,208,147); }
H1.HeaderClassName
{
color: #EBD093;
}
.AnyTagClassName
{
color: #EBD093;
}
</style>
background-color css
<style>
a { background-color: #EBD093; }
a { background-color: rgb(235,208,147); }
div.DivClassName
{
background-color: #EBD093;
}
.BgClassName
{
background-color: #EBD093;
}
</style>
border-color css
<style>
span { border-color: #EBD093; }
span { border-color: rgb(235,208,147); }
td.TdClassName
{
border-color: #EBD093;
}
.TagClassName
{
border-color: #EBD093;
}
</style>