Shades of Sunflower #E0D40E
Tints of Sunflower #E0D40E
RGB
CMYK
RGB Variations
Color information
#E0D40E (or 0xE0D40E) is known color: Sunflower. HEX triplet: E0, D4 and 0E. RGB value is (224,212,14). Sum of RGB (Red+Green+Blue) = 224+212+14=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D40E is #1F2BF1. Grayscale: #C1C1C1. Windows color (decimal): -2042866 or 972000. OLE color: 972000.
HSL color Cylindrical-coordinate representation of color #E0D40E: hue angle of 56.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0D40E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.12 |
| HSL | 56.57º | 0.88% | 0.47% | - |
| HSV(B) | 56.57º | 0.94% | 0.88% | - |
| XYZ | 54.36 | 62.97 | 9.7 | - |
| YUV | 193.02 | 26.98 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 14 | 0 | 0.05 | 0.94 | 0.12 | 56.57 | 0.88 | 0.47 |
| Hex | E0 | D4 | E | 0 | 5 | 5E | C | 39 | 58 | 2F |
| Octal | 340 | 324 | 16 | 0 | 5 | 136 | 14 | 71 | 130 | 57 |
| Binary | 11100000 | 11010100 | 1110 | 0 | 101 | 1011110 | 1100 | 111001 | 1011000 | 101111 |
Color Harmonies of #E0D40E
Complementary color
Monochromatic Colors of #E0D40E
Black with #E0D40E
Text Example
Text Example
White with #E0D40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D40E; }
p { color: rgb(224,212,14); }
H1.HeaderClassName
{
color: #E0D40E;
}
.AnyTagClassName
{
color: #E0D40E;
}
</style>
background-color css
<style>
a { background-color: #E0D40E; }
a { background-color: rgb(224,212,14); }
div.DivClassName
{
background-color: #E0D40E;
}
.BgClassName
{
background-color: #E0D40E;
}
</style>
border-color css
<style>
span { border-color: #E0D40E; }
span { border-color: rgb(224,212,14); }
td.TdClassName
{
border-color: #E0D40E;
}
.TagClassName
{
border-color: #E0D40E;
}
</style>