Shades of Drover #FEED9F
Tints of Drover #FEED9F
RGB
CMYK
RGB Variations
Color information
#FEED9F (or 0xFEED9F) is known color: Drover. HEX triplet: FE, ED and 9F. RGB value is (254,237,159). Sum of RGB (Red+Green+Blue) = 254+237+159=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 159 (62.5% from 255 or 24.46% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEED9F is #011260. Grayscale: #E9E9E9. Windows color (decimal): -70241 or 10481150. OLE color: 10481150.
HSL color Cylindrical-coordinate representation of color #FEED9F: hue angle of 49.26º 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 #FEED9F is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 159 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.00 |
| HSL | 49.26º | 0.98% | 0.81% | - |
| HSV(B) | 49.26º | 0.37% | 1% | - |
| XYZ | 77.42 | 84.14 | 44.96 | - |
| YUV | 233.19 | 86.13 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 159 | 0 | 0.07 | 0.37 | 0.00 | 49.26 | 0.98 | 0.81 |
| Hex | FE | ED | 9F | 0 | 7 | 25 | 0 | 31 | 62 | 51 |
| Octal | 376 | 355 | 237 | 0 | 7 | 45 | 0 | 61 | 142 | 121 |
| Binary | 11111110 | 11101101 | 10011111 | 0 | 111 | 100101 | 0 | 110001 | 1100010 | 1010001 |
Color Harmonies of #FEED9F
Complementary color
Monochromatic Colors of #FEED9F
Black with #FEED9F
Text Example
Text Example
White with #FEED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED9F; }
p { color: rgb(254,237,159); }
H1.HeaderClassName
{
color: #FEED9F;
}
.AnyTagClassName
{
color: #FEED9F;
}
</style>
background-color css
<style>
a { background-color: #FEED9F; }
a { background-color: rgb(254,237,159); }
div.DivClassName
{
background-color: #FEED9F;
}
.BgClassName
{
background-color: #FEED9F;
}
</style>
border-color css
<style>
span { border-color: #FEED9F; }
span { border-color: rgb(254,237,159); }
td.TdClassName
{
border-color: #FEED9F;
}
.TagClassName
{
border-color: #FEED9F;
}
</style>