Shades of Sunflower #E1D211
Tints of Sunflower #E1D211
RGB
CMYK
RGB Variations
Color information
#E1D211 (or 0xE1D211) is known color: Sunflower. HEX triplet: E1, D2 and 11. RGB value is (225,210,17). Sum of RGB (Red+Green+Blue) = 225+210+17=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D211 is #1E2DEE. Grayscale: #C1C1C1. Windows color (decimal): -1977839 or 1168097. OLE color: 1168097.
HSL color Cylindrical-coordinate representation of color #E1D211: hue angle of 55.67º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1D211 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 17 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.12 |
| HSL | 55.67º | 0.86% | 0.47% | - |
| HSV(B) | 55.67º | 0.92% | 0.88% | - |
| XYZ | 54.2 | 62.14 | 9.67 | - |
| YUV | 192.48 | 28.97 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 17 | 0 | 0.07 | 0.92 | 0.12 | 55.67 | 0.86 | 0.47 |
| Hex | E1 | D2 | 11 | 0 | 7 | 5C | C | 38 | 56 | 2F |
| Octal | 341 | 322 | 21 | 0 | 7 | 134 | 14 | 70 | 126 | 57 |
| Binary | 11100001 | 11010010 | 10001 | 0 | 111 | 1011100 | 1100 | 111000 | 1010110 | 101111 |
Color Harmonies of #E1D211
Complementary color
Monochromatic Colors of #E1D211
Black with #E1D211
Text Example
Text Example
White with #E1D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D211; }
p { color: rgb(225,210,17); }
H1.HeaderClassName
{
color: #E1D211;
}
.AnyTagClassName
{
color: #E1D211;
}
</style>
background-color css
<style>
a { background-color: #E1D211; }
a { background-color: rgb(225,210,17); }
div.DivClassName
{
background-color: #E1D211;
}
.BgClassName
{
background-color: #E1D211;
}
</style>
border-color css
<style>
span { border-color: #E1D211; }
span { border-color: rgb(225,210,17); }
td.TdClassName
{
border-color: #E1D211;
}
.TagClassName
{
border-color: #E1D211;
}
</style>