Shades of Sunflower #E1C021
Tints of Sunflower #E1C021
RGB
CMYK
RGB Variations
Color information
#E1C021 (or 0xE1C021) is known color: Sunflower. HEX triplet: E1, C0 and 21. RGB value is (225,192,33). Sum of RGB (Red+Green+Blue) = 225+192+33=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C021 is #1E3FDE. Grayscale: #B8B8B8. Windows color (decimal): -1982431 or 2212065. OLE color: 2212065.
HSL color Cylindrical-coordinate representation of color #E1C021: hue angle of 49.69º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1C021 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 33 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.12 |
| HSL | 49.69º | 0.76% | 0.51% | - |
| HSV(B) | 49.69º | 0.85% | 0.88% | - |
| XYZ | 50.18 | 53.82 | 9.18 | - |
| YUV | 183.74 | 42.93 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 33 | 0 | 0.15 | 0.85 | 0.12 | 49.69 | 0.76 | 0.51 |
| Hex | E1 | C0 | 21 | 0 | F | 55 | C | 32 | 4C | 33 |
| Octal | 341 | 300 | 41 | 0 | 17 | 125 | 14 | 62 | 114 | 63 |
| Binary | 11100001 | 11000000 | 100001 | 0 | 1111 | 1010101 | 1100 | 110010 | 1001100 | 110011 |
Color Harmonies of #E1C021
Complementary color
Monochromatic Colors of #E1C021
Black with #E1C021
Text Example
Text Example
White with #E1C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C021; }
p { color: rgb(225,192,33); }
H1.HeaderClassName
{
color: #E1C021;
}
.AnyTagClassName
{
color: #E1C021;
}
</style>
background-color css
<style>
a { background-color: #E1C021; }
a { background-color: rgb(225,192,33); }
div.DivClassName
{
background-color: #E1C021;
}
.BgClassName
{
background-color: #E1C021;
}
</style>
border-color css
<style>
span { border-color: #E1C021; }
span { border-color: rgb(225,192,33); }
td.TdClassName
{
border-color: #E1C021;
}
.TagClassName
{
border-color: #E1C021;
}
</style>