Shades of Sunflower #E0D20D
Tints of Sunflower #E0D20D
RGB
CMYK
RGB Variations
Color information
#E0D20D (or 0xE0D20D) is known color: Sunflower. HEX triplet: E0, D2 and 0D. RGB value is (224,210,13). Sum of RGB (Red+Green+Blue) = 224+210+13=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D20D is #1F2DF2. Grayscale: #C0C0C0. Windows color (decimal): -2043379 or 905952. OLE color: 905952.
HSL color Cylindrical-coordinate representation of color #E0D20D: hue angle of 56.02º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0D20D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 210 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.12 |
| HSL | 56.02º | 0.89% | 0.46% | - |
| HSV(B) | 56.02º | 0.94% | 0.88% | - |
| XYZ | 53.86 | 61.97 | 9.5 | - |
| YUV | 191.73 | 27.14 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 210 | 13 | 0 | 0.06 | 0.94 | 0.12 | 56.02 | 0.89 | 0.46 |
| Hex | E0 | D2 | D | 0 | 6 | 5E | C | 38 | 59 | 2E |
| Octal | 340 | 322 | 15 | 0 | 6 | 136 | 14 | 70 | 131 | 56 |
| Binary | 11100000 | 11010010 | 1101 | 0 | 110 | 1011110 | 1100 | 111000 | 1011001 | 101110 |
Color Harmonies of #E0D20D
Complementary color
Monochromatic Colors of #E0D20D
Black with #E0D20D
Text Example
Text Example
White with #E0D20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D20D; }
p { color: rgb(224,210,13); }
H1.HeaderClassName
{
color: #E0D20D;
}
.AnyTagClassName
{
color: #E0D20D;
}
</style>
background-color css
<style>
a { background-color: #E0D20D; }
a { background-color: rgb(224,210,13); }
div.DivClassName
{
background-color: #E0D20D;
}
.BgClassName
{
background-color: #E0D20D;
}
</style>
border-color css
<style>
span { border-color: #E0D20D; }
span { border-color: rgb(224,210,13); }
td.TdClassName
{
border-color: #E0D20D;
}
.TagClassName
{
border-color: #E0D20D;
}
</style>