Shades of Sunflower #E1C01E
Tints of Sunflower #E1C01E
RGB
CMYK
RGB Variations
Color information
#E1C01E (or 0xE1C01E) is known color: Sunflower. HEX triplet: E1, C0 and 1E. RGB value is (225,192,30). Sum of RGB (Red+Green+Blue) = 225+192+30=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C01E is #1E3FE1. Grayscale: #B8B8B8. Windows color (decimal): -1982434 or 2015457. OLE color: 2015457.
HSL color Cylindrical-coordinate representation of color #E1C01E: hue angle of 49.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E1C01E is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 30 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.12 |
| HSL | 49.85º | 0.76% | 0.5% | - |
| HSV(B) | 49.85º | 0.87% | 0.88% | - |
| XYZ | 50.14 | 53.8 | 8.97 | - |
| YUV | 183.4 | 41.43 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 30 | 0 | 0.15 | 0.87 | 0.12 | 49.85 | 0.76 | 0.5 |
| Hex | E1 | C0 | 1E | 0 | F | 57 | C | 32 | 4C | 32 |
| Octal | 341 | 300 | 36 | 0 | 17 | 127 | 14 | 62 | 114 | 62 |
| Binary | 11100001 | 11000000 | 11110 | 0 | 1111 | 1010111 | 1100 | 110010 | 1001100 | 110010 |
Color Harmonies of #E1C01E
Complementary color
Monochromatic Colors of #E1C01E
Black with #E1C01E
Text Example
Text Example
White with #E1C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C01E; }
p { color: rgb(225,192,30); }
H1.HeaderClassName
{
color: #E1C01E;
}
.AnyTagClassName
{
color: #E1C01E;
}
</style>
background-color css
<style>
a { background-color: #E1C01E; }
a { background-color: rgb(225,192,30); }
div.DivClassName
{
background-color: #E1C01E;
}
.BgClassName
{
background-color: #E1C01E;
}
</style>
border-color css
<style>
span { border-color: #E1C01E; }
span { border-color: rgb(225,192,30); }
td.TdClassName
{
border-color: #E1C01E;
}
.TagClassName
{
border-color: #E1C01E;
}
</style>