Shades of Sunflower #E0D314
Tints of Sunflower #E0D314
RGB
CMYK
RGB Variations
Color information
#E0D314 (or 0xE0D314) is known color: Sunflower. HEX triplet: E0, D3 and 14. RGB value is (224,211,20). Sum of RGB (Red+Green+Blue) = 224+211+20=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 20 (8.20% from 255 or 4.40% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D314 is #1F2CEB. Grayscale: #C1C1C1. Windows color (decimal): -2043116 or 1364960. OLE color: 1364960.
HSL color Cylindrical-coordinate representation of color #E0D314: hue angle of 56.18º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0D314 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 20 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.12 |
| HSL | 56.18º | 0.84% | 0.48% | - |
| HSV(B) | 56.18º | 0.91% | 0.88% | - |
| XYZ | 54.16 | 62.49 | 9.87 | - |
| YUV | 193.11 | 30.31 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 20 | 0 | 0.06 | 0.91 | 0.12 | 56.18 | 0.84 | 0.48 |
| Hex | E0 | D3 | 14 | 0 | 6 | 5B | C | 38 | 54 | 30 |
| Octal | 340 | 323 | 24 | 0 | 6 | 133 | 14 | 70 | 124 | 60 |
| Binary | 11100000 | 11010011 | 10100 | 0 | 110 | 1011011 | 1100 | 111000 | 1010100 | 110000 |
Color Harmonies of #E0D314
Complementary color
Monochromatic Colors of #E0D314
Black with #E0D314
Text Example
Text Example
White with #E0D314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D314; }
p { color: rgb(224,211,20); }
H1.HeaderClassName
{
color: #E0D314;
}
.AnyTagClassName
{
color: #E0D314;
}
</style>
background-color css
<style>
a { background-color: #E0D314; }
a { background-color: rgb(224,211,20); }
div.DivClassName
{
background-color: #E0D314;
}
.BgClassName
{
background-color: #E0D314;
}
</style>
border-color css
<style>
span { border-color: #E0D314; }
span { border-color: rgb(224,211,20); }
td.TdClassName
{
border-color: #E0D314;
}
.TagClassName
{
border-color: #E0D314;
}
</style>