Shades of Sunflower #E5D012
Tints of Sunflower #E5D012
RGB
CMYK
RGB Variations
Color information
#E5D012 (or 0xE5D012) is known color: Sunflower. HEX triplet: E5, D0 and 12. RGB value is (229,208,18). Sum of RGB (Red+Green+Blue) = 229+208+18=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5D012 is #1A2FED. Grayscale: #C1C1C1. Windows color (decimal): -1716206 or 1233125. OLE color: 1233125.
HSL color Cylindrical-coordinate representation of color #E5D012: hue angle of 54.03º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E5D012 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 18 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.10 |
| HSL | 54.03º | 0.85% | 0.48% | - |
| HSV(B) | 54.03º | 0.92% | 0.9% | - |
| XYZ | 54.98 | 61.81 | 9.61 | - |
| YUV | 192.62 | 29.46 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 18 | 0 | 0.09 | 0.92 | 0.10 | 54.03 | 0.85 | 0.48 |
| Hex | E5 | D0 | 12 | 0 | 9 | 5C | A | 36 | 55 | 30 |
| Octal | 345 | 320 | 22 | 0 | 11 | 134 | 12 | 66 | 125 | 60 |
| Binary | 11100101 | 11010000 | 10010 | 0 | 1001 | 1011100 | 1010 | 110110 | 1010101 | 110000 |
Color Harmonies of #E5D012
Complementary color
Monochromatic Colors of #E5D012
Black with #E5D012
Text Example
Text Example
White with #E5D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D012; }
p { color: rgb(229,208,18); }
H1.HeaderClassName
{
color: #E5D012;
}
.AnyTagClassName
{
color: #E5D012;
}
</style>
background-color css
<style>
a { background-color: #E5D012; }
a { background-color: rgb(229,208,18); }
div.DivClassName
{
background-color: #E5D012;
}
.BgClassName
{
background-color: #E5D012;
}
</style>
border-color css
<style>
span { border-color: #E5D012; }
span { border-color: rgb(229,208,18); }
td.TdClassName
{
border-color: #E5D012;
}
.TagClassName
{
border-color: #E5D012;
}
</style>