Shades of Drover #FFEF94
Tints of Drover #FFEF94
RGB
CMYK
RGB Variations
Color information
#FFEF94 (or 0xFFEF94) is known color: Drover. HEX triplet: FF, EF and 94. RGB value is (255,239,148). Sum of RGB (Red+Green+Blue) = 255+239+148=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 148 (58.20% from 255 or 23.05% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF94 is #00106B. Grayscale: #E9E9E9. Windows color (decimal): -4204 or 9760767. OLE color: 9760767.
HSL color Cylindrical-coordinate representation of color #FFEF94: hue angle of 51.03º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFEF94 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 148 | - |
| CMYK | 0 | 0.06 | 0.42 | 0 |
| HSL | 51.03º | 1% | 0.79% | - |
| HSV(B) | 51.03º | 0.42% | 1% | - |
| XYZ | 77.45 | 85.13 | 40.37 | - |
| YUV | 233.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 148 | 0 | 0.06 | 0.42 | 0 | 51.03 | 1 | 0.79 |
| Hex | FF | EF | 94 | 0 | 6 | 2A | 0 | 33 | 64 | 4F |
| Octal | 377 | 357 | 224 | 0 | 6 | 52 | 0 | 63 | 144 | 117 |
| Binary | 11111111 | 11101111 | 10010100 | 0 | 110 | 101010 | 0 | 110011 | 1100100 | 1001111 |
Color Harmonies of #FFEF94
Complementary color
Monochromatic Colors of #FFEF94
Black with #FFEF94
Text Example
Text Example
White with #FFEF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF94; }
p { color: rgb(255,239,148); }
H1.HeaderClassName
{
color: #FFEF94;
}
.AnyTagClassName
{
color: #FFEF94;
}
</style>
background-color css
<style>
a { background-color: #FFEF94; }
a { background-color: rgb(255,239,148); }
div.DivClassName
{
background-color: #FFEF94;
}
.BgClassName
{
background-color: #FFEF94;
}
</style>
border-color css
<style>
span { border-color: #FFEF94; }
span { border-color: rgb(255,239,148); }
td.TdClassName
{
border-color: #FFEF94;
}
.TagClassName
{
border-color: #FFEF94;
}
</style>