Shades of Sunflower #E0D40C
Tints of Sunflower #E0D40C
RGB
CMYK
RGB Variations
Color information
#E0D40C (or 0xE0D40C) is known color: Sunflower. HEX triplet: E0, D4 and 0C. RGB value is (224,212,12). Sum of RGB (Red+Green+Blue) = 224+212+12=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D40C is #1F2BF3. Grayscale: #C1C1C1. Windows color (decimal): -2042868 or 840928. OLE color: 840928.
HSL color Cylindrical-coordinate representation of color #E0D40C: hue angle of 56.6º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0D40C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.12 |
| HSL | 56.6º | 0.9% | 0.46% | - |
| HSV(B) | 56.6º | 0.95% | 0.88% | - |
| XYZ | 54.35 | 62.96 | 9.64 | - |
| YUV | 192.79 | 25.98 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 12 | 0 | 0.05 | 0.95 | 0.12 | 56.6 | 0.9 | 0.46 |
| Hex | E0 | D4 | C | 0 | 5 | 5F | C | 39 | 5A | 2E |
| Octal | 340 | 324 | 14 | 0 | 5 | 137 | 14 | 71 | 132 | 56 |
| Binary | 11100000 | 11010100 | 1100 | 0 | 101 | 1011111 | 1100 | 111001 | 1011010 | 101110 |
Color Harmonies of #E0D40C
Complementary color
Monochromatic Colors of #E0D40C
Black with #E0D40C
Text Example
Text Example
White with #E0D40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D40C; }
p { color: rgb(224,212,12); }
H1.HeaderClassName
{
color: #E0D40C;
}
.AnyTagClassName
{
color: #E0D40C;
}
</style>
background-color css
<style>
a { background-color: #E0D40C; }
a { background-color: rgb(224,212,12); }
div.DivClassName
{
background-color: #E0D40C;
}
.BgClassName
{
background-color: #E0D40C;
}
</style>
border-color css
<style>
span { border-color: #E0D40C; }
span { border-color: rgb(224,212,12); }
td.TdClassName
{
border-color: #E0D40C;
}
.TagClassName
{
border-color: #E0D40C;
}
</style>