Shades of Sunflower #E0D30D
Tints of Sunflower #E0D30D
RGB
CMYK
RGB Variations
Color information
#E0D30D (or 0xE0D30D) is known color: Sunflower. HEX triplet: E0, D3 and 0D. RGB value is (224,211,13). Sum of RGB (Red+Green+Blue) = 224+211+13=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D30D is #1F2CF2. Grayscale: #C1C1C1. Windows color (decimal): -2043123 or 906208. OLE color: 906208.
HSL color Cylindrical-coordinate representation of color #E0D30D: hue angle of 56.3º 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 #E0D30D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.12 |
| HSL | 56.3º | 0.89% | 0.46% | - |
| HSV(B) | 56.3º | 0.94% | 0.88% | - |
| XYZ | 54.11 | 62.46 | 9.59 | - |
| YUV | 192.32 | 26.81 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 13 | 0 | 0.06 | 0.94 | 0.12 | 56.3 | 0.89 | 0.46 |
| Hex | E0 | D3 | D | 0 | 6 | 5E | C | 38 | 59 | 2E |
| Octal | 340 | 323 | 15 | 0 | 6 | 136 | 14 | 70 | 131 | 56 |
| Binary | 11100000 | 11010011 | 1101 | 0 | 110 | 1011110 | 1100 | 111000 | 1011001 | 101110 |
Color Harmonies of #E0D30D
Complementary color
Monochromatic Colors of #E0D30D
Black with #E0D30D
Text Example
Text Example
White with #E0D30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D30D; }
p { color: rgb(224,211,13); }
H1.HeaderClassName
{
color: #E0D30D;
}
.AnyTagClassName
{
color: #E0D30D;
}
</style>
background-color css
<style>
a { background-color: #E0D30D; }
a { background-color: rgb(224,211,13); }
div.DivClassName
{
background-color: #E0D30D;
}
.BgClassName
{
background-color: #E0D30D;
}
</style>
border-color css
<style>
span { border-color: #E0D30D; }
span { border-color: rgb(224,211,13); }
td.TdClassName
{
border-color: #E0D30D;
}
.TagClassName
{
border-color: #E0D30D;
}
</style>