Shades of Drover #FEEFA1
Tints of Drover #FEEFA1
RGB
CMYK
RGB Variations
Color information
#FEEFA1 (or 0xFEEFA1) is known color: Drover. HEX triplet: FE, EF and A1. RGB value is (254,239,161). Sum of RGB (Red+Green+Blue) = 254+239+161=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 161 (63.28% from 255 or 24.62% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEFA1 is #01105E. Grayscale: #EAEAEA. Windows color (decimal): -69727 or 10612734. OLE color: 10612734.
HSL color Cylindrical-coordinate representation of color #FEEFA1: hue angle of 50.32º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEEFA1 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 161 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.00 |
| HSL | 50.32º | 0.98% | 0.81% | - |
| HSV(B) | 50.32º | 0.37% | 1% | - |
| XYZ | 78.17 | 85.38 | 46.08 | - |
| YUV | 234.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 161 | 0 | 0.06 | 0.37 | 0.00 | 50.32 | 0.98 | 0.81 |
| Hex | FE | EF | A1 | 0 | 6 | 25 | 0 | 32 | 62 | 51 |
| Octal | 376 | 357 | 241 | 0 | 6 | 45 | 0 | 62 | 142 | 121 |
| Binary | 11111110 | 11101111 | 10100001 | 0 | 110 | 100101 | 0 | 110010 | 1100010 | 1010001 |
Color Harmonies of #FEEFA1
Complementary color
Monochromatic Colors of #FEEFA1
Black with #FEEFA1
Text Example
Text Example
White with #FEEFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFA1; }
p { color: rgb(254,239,161); }
H1.HeaderClassName
{
color: #FEEFA1;
}
.AnyTagClassName
{
color: #FEEFA1;
}
</style>
background-color css
<style>
a { background-color: #FEEFA1; }
a { background-color: rgb(254,239,161); }
div.DivClassName
{
background-color: #FEEFA1;
}
.BgClassName
{
background-color: #FEEFA1;
}
</style>
border-color css
<style>
span { border-color: #FEEFA1; }
span { border-color: rgb(254,239,161); }
td.TdClassName
{
border-color: #FEEFA1;
}
.TagClassName
{
border-color: #FEEFA1;
}
</style>