Shades of Sunflower #E0D80A
Tints of Sunflower #E0D80A
RGB
CMYK
RGB Variations
Color information
#E0D80A (or 0xE0D80A) is known color: Sunflower. HEX triplet: E0, D8 and 0A. RGB value is (224,216,10). Sum of RGB (Red+Green+Blue) = 224+216+10=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 10 (4.30% from 255 or 2.22% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D80A is #1F27F5. Grayscale: #C3C3C3. Windows color (decimal): -2041846 or 710880. OLE color: 710880.
HSL color Cylindrical-coordinate representation of color #E0D80A: hue angle of 57.76º 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 #E0D80A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 10 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.12 |
| HSL | 57.76º | 0.91% | 0.46% | - |
| HSV(B) | 57.76º | 0.96% | 0.88% | - |
| XYZ | 55.35 | 64.98 | 9.91 | - |
| YUV | 194.91 | 23.65 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 10 | 0 | 0.04 | 0.96 | 0.12 | 57.76 | 0.91 | 0.46 |
| Hex | E0 | D8 | A | 0 | 4 | 60 | C | 3A | 5B | 2E |
| Octal | 340 | 330 | 12 | 0 | 4 | 140 | 14 | 72 | 133 | 56 |
| Binary | 11100000 | 11011000 | 1010 | 0 | 100 | 1100000 | 1100 | 111010 | 1011011 | 101110 |
Color Harmonies of #E0D80A
Complementary color
Monochromatic Colors of #E0D80A
Black with #E0D80A
Text Example
Text Example
White with #E0D80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D80A; }
p { color: rgb(224,216,10); }
H1.HeaderClassName
{
color: #E0D80A;
}
.AnyTagClassName
{
color: #E0D80A;
}
</style>
background-color css
<style>
a { background-color: #E0D80A; }
a { background-color: rgb(224,216,10); }
div.DivClassName
{
background-color: #E0D80A;
}
.BgClassName
{
background-color: #E0D80A;
}
</style>
border-color css
<style>
span { border-color: #E0D80A; }
span { border-color: rgb(224,216,10); }
td.TdClassName
{
border-color: #E0D80A;
}
.TagClassName
{
border-color: #E0D80A;
}
</style>