Shades of Sunflower #E0D40A
Tints of Sunflower #E0D40A
RGB
CMYK
RGB Variations
Color information
#E0D40A (or 0xE0D40A) is known color: Sunflower. HEX triplet: E0, D4 and 0A. RGB value is (224,212,10). Sum of RGB (Red+Green+Blue) = 224+212+10=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 212 (83.20% from 255 or 47.53% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D40A is #1F2BF5. Grayscale: #C1C1C1. Windows color (decimal): -2042870 or 709856. OLE color: 709856.
HSL color Cylindrical-coordinate representation of color #E0D40A: hue angle of 56.64º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0D40A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.12 |
| HSL | 56.64º | 0.91% | 0.46% | - |
| HSV(B) | 56.64º | 0.96% | 0.88% | - |
| XYZ | 54.34 | 62.96 | 9.57 | - |
| YUV | 192.56 | 24.98 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 10 | 0 | 0.05 | 0.96 | 0.12 | 56.64 | 0.91 | 0.46 |
| Hex | E0 | D4 | A | 0 | 5 | 60 | C | 39 | 5B | 2E |
| Octal | 340 | 324 | 12 | 0 | 5 | 140 | 14 | 71 | 133 | 56 |
| Binary | 11100000 | 11010100 | 1010 | 0 | 101 | 1100000 | 1100 | 111001 | 1011011 | 101110 |
Color Harmonies of #E0D40A
Complementary color
Monochromatic Colors of #E0D40A
Black with #E0D40A
Text Example
Text Example
White with #E0D40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D40A; }
p { color: rgb(224,212,10); }
H1.HeaderClassName
{
color: #E0D40A;
}
.AnyTagClassName
{
color: #E0D40A;
}
</style>
background-color css
<style>
a { background-color: #E0D40A; }
a { background-color: rgb(224,212,10); }
div.DivClassName
{
background-color: #E0D40A;
}
.BgClassName
{
background-color: #E0D40A;
}
</style>
border-color css
<style>
span { border-color: #E0D40A; }
span { border-color: rgb(224,212,10); }
td.TdClassName
{
border-color: #E0D40A;
}
.TagClassName
{
border-color: #E0D40A;
}
</style>