Shades of Sunflower #E5C915
Tints of Sunflower #E5C915
RGB
CMYK
RGB Variations
Color information
#E5C915 (or 0xE5C915) is known color: Sunflower. HEX triplet: E5, C9 and 15. RGB value is (229,201,21). Sum of RGB (Red+Green+Blue) = 229+201+21=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C915 is #1A36EA. Grayscale: #BDBDBD. Windows color (decimal): -1717995 or 1427941. OLE color: 1427941.
HSL color Cylindrical-coordinate representation of color #E5C915: hue angle of 51.92º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5C915 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 201 | 21 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.10 |
| HSL | 51.92º | 0.83% | 0.49% | - |
| HSV(B) | 51.92º | 0.91% | 0.9% | - |
| XYZ | 53.34 | 58.49 | 9.19 | - |
| YUV | 188.85 | 33.28 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 201 | 21 | 0 | 0.12 | 0.91 | 0.10 | 51.92 | 0.83 | 0.49 |
| Hex | E5 | C9 | 15 | 0 | C | 5B | A | 34 | 53 | 31 |
| Octal | 345 | 311 | 25 | 0 | 14 | 133 | 12 | 64 | 123 | 61 |
| Binary | 11100101 | 11001001 | 10101 | 0 | 1100 | 1011011 | 1010 | 110100 | 1010011 | 110001 |
Color Harmonies of #E5C915
Complementary color
Monochromatic Colors of #E5C915
Black with #E5C915
Text Example
Text Example
White with #E5C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C915; }
p { color: rgb(229,201,21); }
H1.HeaderClassName
{
color: #E5C915;
}
.AnyTagClassName
{
color: #E5C915;
}
</style>
background-color css
<style>
a { background-color: #E5C915; }
a { background-color: rgb(229,201,21); }
div.DivClassName
{
background-color: #E5C915;
}
.BgClassName
{
background-color: #E5C915;
}
</style>
border-color css
<style>
span { border-color: #E5C915; }
span { border-color: rgb(229,201,21); }
td.TdClassName
{
border-color: #E5C915;
}
.TagClassName
{
border-color: #E5C915;
}
</style>