Shades of Sunflower #E5C616
Tints of Sunflower #E5C616
RGB
CMYK
RGB Variations
Color information
#E5C616 (or 0xE5C616) is known color: Sunflower. HEX triplet: E5, C6 and 16. RGB value is (229,198,22). Sum of RGB (Red+Green+Blue) = 229+198+22=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 22 (8.98% from 255 or 4.90% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5C616 is #1A39E9. Grayscale: #BBBBBB. Windows color (decimal): -1718762 or 1492709. OLE color: 1492709.
HSL color Cylindrical-coordinate representation of color #E5C616: hue angle of 51.01º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5C616 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 22 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.10 |
| HSL | 51.01º | 0.82% | 0.49% | - |
| HSV(B) | 51.01º | 0.9% | 0.9% | - |
| XYZ | 52.65 | 57.1 | 9.01 | - |
| YUV | 187.21 | 34.77 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 22 | 0 | 0.14 | 0.90 | 0.10 | 51.01 | 0.82 | 0.49 |
| Hex | E5 | C6 | 16 | 0 | E | 5A | A | 33 | 52 | 31 |
| Octal | 345 | 306 | 26 | 0 | 16 | 132 | 12 | 63 | 122 | 61 |
| Binary | 11100101 | 11000110 | 10110 | 0 | 1110 | 1011010 | 1010 | 110011 | 1010010 | 110001 |
Color Harmonies of #E5C616
Complementary color
Monochromatic Colors of #E5C616
Black with #E5C616
Text Example
Text Example
White with #E5C616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C616; }
p { color: rgb(229,198,22); }
H1.HeaderClassName
{
color: #E5C616;
}
.AnyTagClassName
{
color: #E5C616;
}
</style>
background-color css
<style>
a { background-color: #E5C616; }
a { background-color: rgb(229,198,22); }
div.DivClassName
{
background-color: #E5C616;
}
.BgClassName
{
background-color: #E5C616;
}
</style>
border-color css
<style>
span { border-color: #E5C616; }
span { border-color: rgb(229,198,22); }
td.TdClassName
{
border-color: #E5C616;
}
.TagClassName
{
border-color: #E5C616;
}
</style>