Shades of Sunflower #E1D316
Tints of Sunflower #E1D316
RGB
CMYK
RGB Variations
Color information
#E1D316 (or 0xE1D316) is known color: Sunflower. HEX triplet: E1, D3 and 16. RGB value is (225,211,22). Sum of RGB (Red+Green+Blue) = 225+211+22=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D316 is #1E2CE9. Grayscale: #C2C2C2. Windows color (decimal): -1977578 or 1496033. OLE color: 1496033.
HSL color Cylindrical-coordinate representation of color #E1D316: hue angle of 55.86º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1D316 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 22 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.12 |
| HSL | 55.86º | 0.82% | 0.48% | - |
| HSV(B) | 55.86º | 0.9% | 0.88% | - |
| XYZ | 54.49 | 62.65 | 9.98 | - |
| YUV | 193.64 | 31.14 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 22 | 0 | 0.06 | 0.90 | 0.12 | 55.86 | 0.82 | 0.48 |
| Hex | E1 | D3 | 16 | 0 | 6 | 5A | C | 38 | 52 | 30 |
| Octal | 341 | 323 | 26 | 0 | 6 | 132 | 14 | 70 | 122 | 60 |
| Binary | 11100001 | 11010011 | 10110 | 0 | 110 | 1011010 | 1100 | 111000 | 1010010 | 110000 |
Color Harmonies of #E1D316
Complementary color
Monochromatic Colors of #E1D316
Black with #E1D316
Text Example
Text Example
White with #E1D316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D316; }
p { color: rgb(225,211,22); }
H1.HeaderClassName
{
color: #E1D316;
}
.AnyTagClassName
{
color: #E1D316;
}
</style>
background-color css
<style>
a { background-color: #E1D316; }
a { background-color: rgb(225,211,22); }
div.DivClassName
{
background-color: #E1D316;
}
.BgClassName
{
background-color: #E1D316;
}
</style>
border-color css
<style>
span { border-color: #E1D316; }
span { border-color: rgb(225,211,22); }
td.TdClassName
{
border-color: #E1D316;
}
.TagClassName
{
border-color: #E1D316;
}
</style>