Shades of Drover #F8EDA5
Tints of Drover #F8EDA5
RGB
CMYK
RGB Variations
Color information
#F8EDA5 (or 0xF8EDA5) is known color: Drover. HEX triplet: F8, ED and A5. RGB value is (248,237,165). Sum of RGB (Red+Green+Blue) = 248+237+165=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 165 (64.84% from 255 or 25.38% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EDA5 is #07125A. Grayscale: #E8E8E8. Windows color (decimal): -463451 or 10874360. OLE color: 10874360.
HSL color Cylindrical-coordinate representation of color #F8EDA5: hue angle of 52.05º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8EDA5 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 165 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.03 |
| HSL | 52.05º | 0.86% | 0.81% | - |
| HSV(B) | 52.05º | 0.33% | 0.97% | - |
| XYZ | 75.79 | 83.24 | 47.67 | - |
| YUV | 232.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 165 | 0 | 0.04 | 0.33 | 0.03 | 52.05 | 0.86 | 0.81 |
| Hex | F8 | ED | A5 | 0 | 4 | 21 | 3 | 34 | 56 | 51 |
| Octal | 370 | 355 | 245 | 0 | 4 | 41 | 3 | 64 | 126 | 121 |
| Binary | 11111000 | 11101101 | 10100101 | 0 | 100 | 100001 | 11 | 110100 | 1010110 | 1010001 |
Color Harmonies of #F8EDA5
Complementary color
Monochromatic Colors of #F8EDA5
Black with #F8EDA5
Text Example
Text Example
White with #F8EDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDA5; }
p { color: rgb(248,237,165); }
H1.HeaderClassName
{
color: #F8EDA5;
}
.AnyTagClassName
{
color: #F8EDA5;
}
</style>
background-color css
<style>
a { background-color: #F8EDA5; }
a { background-color: rgb(248,237,165); }
div.DivClassName
{
background-color: #F8EDA5;
}
.BgClassName
{
background-color: #F8EDA5;
}
</style>
border-color css
<style>
span { border-color: #F8EDA5; }
span { border-color: rgb(248,237,165); }
td.TdClassName
{
border-color: #F8EDA5;
}
.TagClassName
{
border-color: #F8EDA5;
}
</style>