Shades of Chamois #EBD098
Tints of Chamois #EBD098
RGB
CMYK
RGB Variations
Color information
#EBD098 (or 0xEBD098) is known color: Chamois. HEX triplet: EB, D0 and 98. RGB value is (235,208,152). Sum of RGB (Red+Green+Blue) = 235+208+152=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD098 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD098 is #142F67. Grayscale: #D1D1D1. Windows color (decimal): -1322856 or 10014955. OLE color: 10014955.
HSL color Cylindrical-coordinate representation of color #EBD098: hue angle of 40.48º 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 #EBD098 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 152 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.08 |
| HSL | 40.48º | 0.67% | 0.76% | - |
| HSV(B) | 40.48º | 0.35% | 0.92% | - |
| XYZ | 62.48 | 65.04 | 38.97 | - |
| YUV | 209.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 152 | 0 | 0.11 | 0.35 | 0.08 | 40.48 | 0.67 | 0.76 |
| Hex | EB | D0 | 98 | 0 | B | 23 | 8 | 28 | 43 | 4C |
| Octal | 353 | 320 | 230 | 0 | 13 | 43 | 10 | 50 | 103 | 114 |
| Binary | 11101011 | 11010000 | 10011000 | 0 | 1011 | 100011 | 1000 | 101000 | 1000011 | 1001100 |
Color Harmonies of #EBD098
Complementary color
Monochromatic Colors of #EBD098
Black with #EBD098
Text Example
Text Example
White with #EBD098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD098; }
p { color: rgb(235,208,152); }
H1.HeaderClassName
{
color: #EBD098;
}
.AnyTagClassName
{
color: #EBD098;
}
</style>
background-color css
<style>
a { background-color: #EBD098; }
a { background-color: rgb(235,208,152); }
div.DivClassName
{
background-color: #EBD098;
}
.BgClassName
{
background-color: #EBD098;
}
</style>
border-color css
<style>
span { border-color: #EBD098; }
span { border-color: rgb(235,208,152); }
td.TdClassName
{
border-color: #EBD098;
}
.TagClassName
{
border-color: #EBD098;
}
</style>