Shades of Sunflower #E4D410
Tints of Sunflower #E4D410
RGB
CMYK
RGB Variations
Color information
#E4D410 (or 0xE4D410) is known color: Sunflower. HEX triplet: E4, D4 and 10. RGB value is (228,212,16). Sum of RGB (Red+Green+Blue) = 228+212+16=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4D410 is #1B2BEF. Grayscale: #C3C3C3. Windows color (decimal): -1780720 or 1103076. OLE color: 1103076.
HSL color Cylindrical-coordinate representation of color #E4D410: hue angle of 55.47º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E4D410 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 212 | 16 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.11 |
| HSL | 55.47º | 0.87% | 0.48% | - |
| HSV(B) | 55.47º | 0.93% | 0.89% | - |
| XYZ | 55.63 | 63.62 | 9.84 | - |
| YUV | 194.44 | 27.3 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 212 | 16 | 0 | 0.07 | 0.93 | 0.11 | 55.47 | 0.87 | 0.48 |
| Hex | E4 | D4 | 10 | 0 | 7 | 5D | B | 37 | 57 | 30 |
| Octal | 344 | 324 | 20 | 0 | 7 | 135 | 13 | 67 | 127 | 60 |
| Binary | 11100100 | 11010100 | 10000 | 0 | 111 | 1011101 | 1011 | 110111 | 1010111 | 110000 |
Color Harmonies of #E4D410
Complementary color
Monochromatic Colors of #E4D410
Black with #E4D410
Text Example
Text Example
White with #E4D410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D410; }
p { color: rgb(228,212,16); }
H1.HeaderClassName
{
color: #E4D410;
}
.AnyTagClassName
{
color: #E4D410;
}
</style>
background-color css
<style>
a { background-color: #E4D410; }
a { background-color: rgb(228,212,16); }
div.DivClassName
{
background-color: #E4D410;
}
.BgClassName
{
background-color: #E4D410;
}
</style>
border-color css
<style>
span { border-color: #E4D410; }
span { border-color: rgb(228,212,16); }
td.TdClassName
{
border-color: #E4D410;
}
.TagClassName
{
border-color: #E4D410;
}
</style>