Shades of Drover #FFEF9C
Tints of Drover #FFEF9C
RGB
CMYK
RGB Variations
Color information
#FFEF9C (or 0xFFEF9C) is known color: Drover. HEX triplet: FF, EF and 9C. RGB value is (255,239,156). Sum of RGB (Red+Green+Blue) = 255+239+156=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 156 (61.33% from 255 or 24% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF9C is #001063. Grayscale: #EAEAEA. Windows color (decimal): -4196 or 10285055. OLE color: 10285055.
HSL color Cylindrical-coordinate representation of color #FFEF9C: hue angle of 50.3º 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 #FFEF9C is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 156 | - |
| CMYK | 0 | 0.06 | 0.39 | 0 |
| HSL | 50.3º | 1% | 0.81% | - |
| HSV(B) | 50.3º | 0.39% | 1% | - |
| XYZ | 78.11 | 85.39 | 43.82 | - |
| YUV | 234.32 | 83.8 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 156 | 0 | 0.06 | 0.39 | 0 | 50.3 | 1 | 0.81 |
| Hex | FF | EF | 9C | 0 | 6 | 27 | 0 | 32 | 64 | 51 |
| Octal | 377 | 357 | 234 | 0 | 6 | 47 | 0 | 62 | 144 | 121 |
| Binary | 11111111 | 11101111 | 10011100 | 0 | 110 | 100111 | 0 | 110010 | 1100100 | 1010001 |
Color Harmonies of #FFEF9C
Complementary color
Monochromatic Colors of #FFEF9C
Black with #FFEF9C
Text Example
Text Example
White with #FFEF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF9C; }
p { color: rgb(255,239,156); }
H1.HeaderClassName
{
color: #FFEF9C;
}
.AnyTagClassName
{
color: #FFEF9C;
}
</style>
background-color css
<style>
a { background-color: #FFEF9C; }
a { background-color: rgb(255,239,156); }
div.DivClassName
{
background-color: #FFEF9C;
}
.BgClassName
{
background-color: #FFEF9C;
}
</style>
border-color css
<style>
span { border-color: #FFEF9C; }
span { border-color: rgb(255,239,156); }
td.TdClassName
{
border-color: #FFEF9C;
}
.TagClassName
{
border-color: #FFEF9C;
}
</style>