Shades of Sunflower #E1C616
Tints of Sunflower #E1C616
RGB
CMYK
RGB Variations
Color information
#E1C616 (or 0xE1C616) is known color: Sunflower. HEX triplet: E1, C6 and 16. RGB value is (225,198,22). Sum of RGB (Red+Green+Blue) = 225+198+22=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C616 is #1E39E9. Grayscale: #BABABA. Windows color (decimal): -1980906 or 1492705. OLE color: 1492705.
HSL color Cylindrical-coordinate representation of color #E1C616: hue angle of 52.02º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1C616 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 22 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.12 |
| HSL | 52.02º | 0.82% | 0.48% | - |
| HSV(B) | 52.02º | 0.9% | 0.88% | - |
| XYZ | 51.39 | 56.45 | 8.95 | - |
| YUV | 186.01 | 35.45 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 22 | 0 | 0.12 | 0.90 | 0.12 | 52.02 | 0.82 | 0.48 |
| Hex | E1 | C6 | 16 | 0 | C | 5A | C | 34 | 52 | 30 |
| Octal | 341 | 306 | 26 | 0 | 14 | 132 | 14 | 64 | 122 | 60 |
| Binary | 11100001 | 11000110 | 10110 | 0 | 1100 | 1011010 | 1100 | 110100 | 1010010 | 110000 |
Color Harmonies of #E1C616
Complementary color
Monochromatic Colors of #E1C616
Black with #E1C616
Text Example
Text Example
White with #E1C616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C616; }
p { color: rgb(225,198,22); }
H1.HeaderClassName
{
color: #E1C616;
}
.AnyTagClassName
{
color: #E1C616;
}
</style>
background-color css
<style>
a { background-color: #E1C616; }
a { background-color: rgb(225,198,22); }
div.DivClassName
{
background-color: #E1C616;
}
.BgClassName
{
background-color: #E1C616;
}
</style>
border-color css
<style>
span { border-color: #E1C616; }
span { border-color: rgb(225,198,22); }
td.TdClassName
{
border-color: #E1C616;
}
.TagClassName
{
border-color: #E1C616;
}
</style>