Shades of Sunflower #E1D315
Tints of Sunflower #E1D315
RGB
CMYK
RGB Variations
Color information
#E1D315 (or 0xE1D315) is known color: Sunflower. HEX triplet: E1, D3 and 15. RGB value is (225,211,21). Sum of RGB (Red+Green+Blue) = 225+211+21=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 211 (82.81% from 255 or 46.17% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D315 is #1E2CEA. Grayscale: #C2C2C2. Windows color (decimal): -1977579 or 1430497. OLE color: 1430497.
HSL color Cylindrical-coordinate representation of color #E1D315: hue angle of 55.88º degrees, saturation: 0.83, 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 #E1D315 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 21 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.12 |
| HSL | 55.88º | 0.83% | 0.48% | - |
| HSV(B) | 55.88º | 0.91% | 0.88% | - |
| XYZ | 54.48 | 62.65 | 9.93 | - |
| YUV | 193.53 | 30.64 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 21 | 0 | 0.06 | 0.91 | 0.12 | 55.88 | 0.83 | 0.48 |
| Hex | E1 | D3 | 15 | 0 | 6 | 5B | C | 38 | 53 | 30 |
| Octal | 341 | 323 | 25 | 0 | 6 | 133 | 14 | 70 | 123 | 60 |
| Binary | 11100001 | 11010011 | 10101 | 0 | 110 | 1011011 | 1100 | 111000 | 1010011 | 110000 |
Color Harmonies of #E1D315
Complementary color
Monochromatic Colors of #E1D315
Black with #E1D315
Text Example
Text Example
White with #E1D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D315; }
p { color: rgb(225,211,21); }
H1.HeaderClassName
{
color: #E1D315;
}
.AnyTagClassName
{
color: #E1D315;
}
</style>
background-color css
<style>
a { background-color: #E1D315; }
a { background-color: rgb(225,211,21); }
div.DivClassName
{
background-color: #E1D315;
}
.BgClassName
{
background-color: #E1D315;
}
</style>
border-color css
<style>
span { border-color: #E1D315; }
span { border-color: rgb(225,211,21); }
td.TdClassName
{
border-color: #E1D315;
}
.TagClassName
{
border-color: #E1D315;
}
</style>