Shades of Drover #F5EA9E
Tints of Drover #F5EA9E
RGB
CMYK
RGB Variations
Color information
#F5EA9E (or 0xF5EA9E) is known color: Drover. HEX triplet: F5, EA and 9E. RGB value is (245,234,158). Sum of RGB (Red+Green+Blue) = 245+234+158=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 158 (62.11% from 255 or 24.80% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EA9E is #0A1561. Grayscale: #E4E4E4. Windows color (decimal): -660834 or 10414837. OLE color: 10414837.
HSL color Cylindrical-coordinate representation of color #F5EA9E: hue angle of 52.41º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5EA9E is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 234 | 158 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.04 |
| HSL | 52.41º | 0.81% | 0.79% | - |
| HSV(B) | 52.41º | 0.36% | 0.96% | - |
| XYZ | 73.25 | 80.73 | 44.07 | - |
| YUV | 228.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 234 | 158 | 0 | 0.04 | 0.36 | 0.04 | 52.41 | 0.81 | 0.79 |
| Hex | F5 | EA | 9E | 0 | 4 | 24 | 4 | 34 | 51 | 4F |
| Octal | 365 | 352 | 236 | 0 | 4 | 44 | 4 | 64 | 121 | 117 |
| Binary | 11110101 | 11101010 | 10011110 | 0 | 100 | 100100 | 100 | 110100 | 1010001 | 1001111 |
Color Harmonies of #F5EA9E
Complementary color
Monochromatic Colors of #F5EA9E
Black with #F5EA9E
Text Example
Text Example
White with #F5EA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EA9E; }
p { color: rgb(245,234,158); }
H1.HeaderClassName
{
color: #F5EA9E;
}
.AnyTagClassName
{
color: #F5EA9E;
}
</style>
background-color css
<style>
a { background-color: #F5EA9E; }
a { background-color: rgb(245,234,158); }
div.DivClassName
{
background-color: #F5EA9E;
}
.BgClassName
{
background-color: #F5EA9E;
}
</style>
border-color css
<style>
span { border-color: #F5EA9E; }
span { border-color: rgb(245,234,158); }
td.TdClassName
{
border-color: #F5EA9E;
}
.TagClassName
{
border-color: #F5EA9E;
}
</style>