Shades of Sunflower #E5D011
Tints of Sunflower #E5D011
RGB
CMYK
RGB Variations
Color information
#E5D011 (or 0xE5D011) is known color: Sunflower. HEX triplet: E5, D0 and 11. RGB value is (229,208,17). Sum of RGB (Red+Green+Blue) = 229+208+17=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D011 is #1A2FEE. Grayscale: #C1C1C1. Windows color (decimal): -1716207 or 1167589. OLE color: 1167589.
HSL color Cylindrical-coordinate representation of color #E5D011: hue angle of 54.06º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5D011 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 17 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.10 |
| HSL | 54.06º | 0.86% | 0.48% | - |
| HSV(B) | 54.06º | 0.93% | 0.9% | - |
| XYZ | 54.97 | 61.81 | 9.56 | - |
| YUV | 192.51 | 28.96 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 17 | 0 | 0.09 | 0.93 | 0.10 | 54.06 | 0.86 | 0.48 |
| Hex | E5 | D0 | 11 | 0 | 9 | 5D | A | 36 | 56 | 30 |
| Octal | 345 | 320 | 21 | 0 | 11 | 135 | 12 | 66 | 126 | 60 |
| Binary | 11100101 | 11010000 | 10001 | 0 | 1001 | 1011101 | 1010 | 110110 | 1010110 | 110000 |
Color Harmonies of #E5D011
Complementary color
Monochromatic Colors of #E5D011
Black with #E5D011
Text Example
Text Example
White with #E5D011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D011; }
p { color: rgb(229,208,17); }
H1.HeaderClassName
{
color: #E5D011;
}
.AnyTagClassName
{
color: #E5D011;
}
</style>
background-color css
<style>
a { background-color: #E5D011; }
a { background-color: rgb(229,208,17); }
div.DivClassName
{
background-color: #E5D011;
}
.BgClassName
{
background-color: #E5D011;
}
</style>
border-color css
<style>
span { border-color: #E5D011; }
span { border-color: rgb(229,208,17); }
td.TdClassName
{
border-color: #E5D011;
}
.TagClassName
{
border-color: #E5D011;
}
</style>