Shades of Drover #FEED95
Tints of Drover #FEED95
RGB
CMYK
RGB Variations
Color information
#FEED95 (or 0xFEED95) is known color: Drover. HEX triplet: FE, ED and 95. RGB value is (254,237,149). Sum of RGB (Red+Green+Blue) = 254+237+149=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 149 (58.59% from 255 or 23.28% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEED95 is #01126A. Grayscale: #E8E8E8. Windows color (decimal): -70251 or 9825790. OLE color: 9825790.
HSL color Cylindrical-coordinate representation of color #FEED95: hue angle of 50.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEED95 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 149 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.00 |
| HSL | 50.29º | 0.98% | 0.79% | - |
| HSV(B) | 50.29º | 0.41% | 1% | - |
| XYZ | 76.58 | 83.81 | 40.57 | - |
| YUV | 232.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 149 | 0 | 0.07 | 0.41 | 0.00 | 50.29 | 0.98 | 0.79 |
| Hex | FE | ED | 95 | 0 | 7 | 29 | 0 | 32 | 62 | 4F |
| Octal | 376 | 355 | 225 | 0 | 7 | 51 | 0 | 62 | 142 | 117 |
| Binary | 11111110 | 11101101 | 10010101 | 0 | 111 | 101001 | 0 | 110010 | 1100010 | 1001111 |
Color Harmonies of #FEED95
Complementary color
Monochromatic Colors of #FEED95
Black with #FEED95
Text Example
Text Example
White with #FEED95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED95; }
p { color: rgb(254,237,149); }
H1.HeaderClassName
{
color: #FEED95;
}
.AnyTagClassName
{
color: #FEED95;
}
</style>
background-color css
<style>
a { background-color: #FEED95; }
a { background-color: rgb(254,237,149); }
div.DivClassName
{
background-color: #FEED95;
}
.BgClassName
{
background-color: #FEED95;
}
</style>
border-color css
<style>
span { border-color: #FEED95; }
span { border-color: rgb(254,237,149); }
td.TdClassName
{
border-color: #FEED95;
}
.TagClassName
{
border-color: #FEED95;
}
</style>