Shades of Sunflower #E5D10E
Tints of Sunflower #E5D10E
RGB
CMYK
RGB Variations
Color information
#E5D10E (or 0xE5D10E) is known color: Sunflower. HEX triplet: E5, D1 and 0E. RGB value is (229,209,14). Sum of RGB (Red+Green+Blue) = 229+209+14=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D10E is #1A2EF1. Grayscale: #C1C1C1. Windows color (decimal): -1715954 or 971237. OLE color: 971237.
HSL color Cylindrical-coordinate representation of color #E5D10E: hue angle of 54.42º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5D10E is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 14 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.10 |
| HSL | 54.42º | 0.88% | 0.48% | - |
| HSV(B) | 54.42º | 0.94% | 0.9% | - |
| XYZ | 55.19 | 62.29 | 9.53 | - |
| YUV | 192.75 | 27.13 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 14 | 0 | 0.09 | 0.94 | 0.10 | 54.42 | 0.88 | 0.48 |
| Hex | E5 | D1 | E | 0 | 9 | 5E | A | 36 | 58 | 30 |
| Octal | 345 | 321 | 16 | 0 | 11 | 136 | 12 | 66 | 130 | 60 |
| Binary | 11100101 | 11010001 | 1110 | 0 | 1001 | 1011110 | 1010 | 110110 | 1011000 | 110000 |
Color Harmonies of #E5D10E
Complementary color
Monochromatic Colors of #E5D10E
Black with #E5D10E
Text Example
Text Example
White with #E5D10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D10E; }
p { color: rgb(229,209,14); }
H1.HeaderClassName
{
color: #E5D10E;
}
.AnyTagClassName
{
color: #E5D10E;
}
</style>
background-color css
<style>
a { background-color: #E5D10E; }
a { background-color: rgb(229,209,14); }
div.DivClassName
{
background-color: #E5D10E;
}
.BgClassName
{
background-color: #E5D10E;
}
</style>
border-color css
<style>
span { border-color: #E5D10E; }
span { border-color: rgb(229,209,14); }
td.TdClassName
{
border-color: #E5D10E;
}
.TagClassName
{
border-color: #E5D10E;
}
</style>