Shades of Drover #FFEF9B
Tints of Drover #FFEF9B
RGB
CMYK
RGB Variations
Color information
#FFEF9B (or 0xFFEF9B) is known color: Drover. HEX triplet: FF, EF and 9B. RGB value is (255,239,155). Sum of RGB (Red+Green+Blue) = 255+239+155=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 155 (60.94% from 255 or 23.88% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF9B is #001064. Grayscale: #EAEAEA. Windows color (decimal): -4197 or 10219519. OLE color: 10219519.
HSL color Cylindrical-coordinate representation of color #FFEF9B: hue angle of 50.4º 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 #FFEF9B is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 155 | - |
| CMYK | 0 | 0.06 | 0.39 | 0 |
| HSL | 50.4º | 1% | 0.8% | - |
| HSV(B) | 50.4º | 0.39% | 1% | - |
| XYZ | 78.02 | 85.36 | 43.37 | - |
| YUV | 234.21 | 83.3 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 155 | 0 | 0.06 | 0.39 | 0 | 50.4 | 1 | 0.8 |
| Hex | FF | EF | 9B | 0 | 6 | 27 | 0 | 32 | 64 | 50 |
| Octal | 377 | 357 | 233 | 0 | 6 | 47 | 0 | 62 | 144 | 120 |
| Binary | 11111111 | 11101111 | 10011011 | 0 | 110 | 100111 | 0 | 110010 | 1100100 | 1010000 |
Color Harmonies of #FFEF9B
Complementary color
Monochromatic Colors of #FFEF9B
Black with #FFEF9B
Text Example
Text Example
White with #FFEF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF9B; }
p { color: rgb(255,239,155); }
H1.HeaderClassName
{
color: #FFEF9B;
}
.AnyTagClassName
{
color: #FFEF9B;
}
</style>
background-color css
<style>
a { background-color: #FFEF9B; }
a { background-color: rgb(255,239,155); }
div.DivClassName
{
background-color: #FFEF9B;
}
.BgClassName
{
background-color: #FFEF9B;
}
</style>
border-color css
<style>
span { border-color: #FFEF9B; }
span { border-color: rgb(255,239,155); }
td.TdClassName
{
border-color: #FFEF9B;
}
.TagClassName
{
border-color: #FFEF9B;
}
</style>