Shades of Sunflower #E0C51E
Tints of Sunflower #E0C51E
RGB
CMYK
RGB Variations
Color information
#E0C51E (or 0xE0C51E) is known color: Sunflower. HEX triplet: E0, C5 and 1E. RGB value is (224,197,30). Sum of RGB (Red+Green+Blue) = 224+197+30=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C51E is #1F3AE1. Grayscale: #BABABA. Windows color (decimal): -2046690 or 2016736. OLE color: 2016736.
HSL color Cylindrical-coordinate representation of color #E0C51E: hue angle of 51.65º 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 #E0C51E is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 30 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.12 |
| HSL | 51.65º | 0.76% | 0.5% | - |
| HSV(B) | 51.65º | 0.87% | 0.88% | - |
| XYZ | 50.94 | 55.87 | 9.33 | - |
| YUV | 186.04 | 39.95 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 30 | 0 | 0.12 | 0.87 | 0.12 | 51.65 | 0.76 | 0.5 |
| Hex | E0 | C5 | 1E | 0 | C | 57 | C | 34 | 4C | 32 |
| Octal | 340 | 305 | 36 | 0 | 14 | 127 | 14 | 64 | 114 | 62 |
| Binary | 11100000 | 11000101 | 11110 | 0 | 1100 | 1010111 | 1100 | 110100 | 1001100 | 110010 |
Color Harmonies of #E0C51E
Complementary color
Monochromatic Colors of #E0C51E
Black with #E0C51E
Text Example
Text Example
White with #E0C51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C51E; }
p { color: rgb(224,197,30); }
H1.HeaderClassName
{
color: #E0C51E;
}
.AnyTagClassName
{
color: #E0C51E;
}
</style>
background-color css
<style>
a { background-color: #E0C51E; }
a { background-color: rgb(224,197,30); }
div.DivClassName
{
background-color: #E0C51E;
}
.BgClassName
{
background-color: #E0C51E;
}
</style>
border-color css
<style>
span { border-color: #E0C51E; }
span { border-color: rgb(224,197,30); }
td.TdClassName
{
border-color: #E0C51E;
}
.TagClassName
{
border-color: #E0C51E;
}
</style>