Shades of Drover #FFEB9B
Tints of Drover #FFEB9B
RGB
CMYK
RGB Variations
Color information
#FFEB9B (or 0xFFEB9B) is known color: Drover. HEX triplet: FF, EB and 9B. RGB value is (255,235,155). Sum of RGB (Red+Green+Blue) = 255+235+155=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 155 (60.94% from 255 or 24.03% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEB9B is #001464. Grayscale: #E8E8E8. Windows color (decimal): -5221 or 10218495. OLE color: 10218495.
HSL color Cylindrical-coordinate representation of color #FFEB9B: hue angle of 48º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFEB9B is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 155 | - |
| CMYK | 0 | 0.08 | 0.39 | 0 |
| HSL | 48º | 1% | 0.8% | - |
| HSV(B) | 48º | 0.39% | 1% | - |
| XYZ | 76.86 | 83.04 | 42.99 | - |
| YUV | 231.86 | 84.63 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 155 | 0 | 0.08 | 0.39 | 0 | 48 | 1 | 0.8 |
| Hex | FF | EB | 9B | 0 | 8 | 27 | 0 | 30 | 64 | 50 |
| Octal | 377 | 353 | 233 | 0 | 10 | 47 | 0 | 60 | 144 | 120 |
| Binary | 11111111 | 11101011 | 10011011 | 0 | 1000 | 100111 | 0 | 110000 | 1100100 | 1010000 |
Color Harmonies of #FFEB9B
Complementary color
Monochromatic Colors of #FFEB9B
Black with #FFEB9B
Text Example
Text Example
White with #FFEB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB9B; }
p { color: rgb(255,235,155); }
H1.HeaderClassName
{
color: #FFEB9B;
}
.AnyTagClassName
{
color: #FFEB9B;
}
</style>
background-color css
<style>
a { background-color: #FFEB9B; }
a { background-color: rgb(255,235,155); }
div.DivClassName
{
background-color: #FFEB9B;
}
.BgClassName
{
background-color: #FFEB9B;
}
</style>
border-color css
<style>
span { border-color: #FFEB9B; }
span { border-color: rgb(255,235,155); }
td.TdClassName
{
border-color: #FFEB9B;
}
.TagClassName
{
border-color: #FFEB9B;
}
</style>