Shades of Sunflower #E1D514
Tints of Sunflower #E1D514
RGB
CMYK
RGB Variations
Color information
#E1D514 (or 0xE1D514) is known color: Sunflower. HEX triplet: E1, D5 and 14. RGB value is (225,213,20). Sum of RGB (Red+Green+Blue) = 225+213+20=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D514 is #1E2AEB. Grayscale: #C3C3C3. Windows color (decimal): -1977068 or 1365473. OLE color: 1365473.
HSL color Cylindrical-coordinate representation of color #E1D514: hue angle of 56.49º 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 #E1D514 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 20 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.12 |
| HSL | 56.49º | 0.84% | 0.48% | - |
| HSV(B) | 56.49º | 0.91% | 0.88% | - |
| XYZ | 54.97 | 63.65 | 10.05 | - |
| YUV | 194.59 | 29.48 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 20 | 0 | 0.05 | 0.91 | 0.12 | 56.49 | 0.84 | 0.48 |
| Hex | E1 | D5 | 14 | 0 | 5 | 5B | C | 38 | 54 | 30 |
| Octal | 341 | 325 | 24 | 0 | 5 | 133 | 14 | 70 | 124 | 60 |
| Binary | 11100001 | 11010101 | 10100 | 0 | 101 | 1011011 | 1100 | 111000 | 1010100 | 110000 |
Color Harmonies of #E1D514
Complementary color
Monochromatic Colors of #E1D514
Black with #E1D514
Text Example
Text Example
White with #E1D514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D514; }
p { color: rgb(225,213,20); }
H1.HeaderClassName
{
color: #E1D514;
}
.AnyTagClassName
{
color: #E1D514;
}
</style>
background-color css
<style>
a { background-color: #E1D514; }
a { background-color: rgb(225,213,20); }
div.DivClassName
{
background-color: #E1D514;
}
.BgClassName
{
background-color: #E1D514;
}
</style>
border-color css
<style>
span { border-color: #E1D514; }
span { border-color: rgb(225,213,20); }
td.TdClassName
{
border-color: #E1D514;
}
.TagClassName
{
border-color: #E1D514;
}
</style>