Shades of Drover #FFEB9C
Tints of Drover #FFEB9C
RGB
CMYK
RGB Variations
Color information
#FFEB9C (or 0xFFEB9C) is known color: Drover. HEX triplet: FF, EB and 9C. RGB value is (255,235,156). Sum of RGB (Red+Green+Blue) = 255+235+156=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 156 (61.33% from 255 or 24.15% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB9C is #001463. Grayscale: #E8E8E8. Windows color (decimal): -5220 or 10284031. OLE color: 10284031.
HSL color Cylindrical-coordinate representation of color #FFEB9C: hue angle of 47.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFEB9C is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 156 | - |
| CMYK | 0 | 0.08 | 0.39 | 0 |
| HSL | 47.88º | 1% | 0.81% | - |
| HSV(B) | 47.88º | 0.39% | 1% | - |
| XYZ | 76.95 | 83.08 | 43.43 | - |
| YUV | 231.97 | 85.13 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 156 | 0 | 0.08 | 0.39 | 0 | 47.88 | 1 | 0.81 |
| Hex | FF | EB | 9C | 0 | 8 | 27 | 0 | 30 | 64 | 51 |
| Octal | 377 | 353 | 234 | 0 | 10 | 47 | 0 | 60 | 144 | 121 |
| Binary | 11111111 | 11101011 | 10011100 | 0 | 1000 | 100111 | 0 | 110000 | 1100100 | 1010001 |
Color Harmonies of #FFEB9C
Complementary color
Monochromatic Colors of #FFEB9C
Black with #FFEB9C
Text Example
Text Example
White with #FFEB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB9C; }
p { color: rgb(255,235,156); }
H1.HeaderClassName
{
color: #FFEB9C;
}
.AnyTagClassName
{
color: #FFEB9C;
}
</style>
background-color css
<style>
a { background-color: #FFEB9C; }
a { background-color: rgb(255,235,156); }
div.DivClassName
{
background-color: #FFEB9C;
}
.BgClassName
{
background-color: #FFEB9C;
}
</style>
border-color css
<style>
span { border-color: #FFEB9C; }
span { border-color: rgb(255,235,156); }
td.TdClassName
{
border-color: #FFEB9C;
}
.TagClassName
{
border-color: #FFEB9C;
}
</style>