Shades of Sunflower #E1C816
Tints of Sunflower #E1C816
RGB
CMYK
RGB Variations
Color information
#E1C816 (or 0xE1C816) is known color: Sunflower. HEX triplet: E1, C8 and 16. RGB value is (225,200,22). Sum of RGB (Red+Green+Blue) = 225+200+22=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C816 is #1E37E9. Grayscale: #BBBBBB. Windows color (decimal): -1980394 or 1493217. OLE color: 1493217.
HSL color Cylindrical-coordinate representation of color #E1C816: hue angle of 52.61º 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 #E1C816 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 22 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.12 |
| HSL | 52.61º | 0.82% | 0.48% | - |
| HSV(B) | 52.61º | 0.9% | 0.88% | - |
| XYZ | 51.85 | 57.37 | 9.1 | - |
| YUV | 187.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 22 | 0 | 0.11 | 0.90 | 0.12 | 52.61 | 0.82 | 0.48 |
| Hex | E1 | C8 | 16 | 0 | B | 5A | C | 35 | 52 | 30 |
| Octal | 341 | 310 | 26 | 0 | 13 | 132 | 14 | 65 | 122 | 60 |
| Binary | 11100001 | 11001000 | 10110 | 0 | 1011 | 1011010 | 1100 | 110101 | 1010010 | 110000 |
Color Harmonies of #E1C816
Complementary color
Monochromatic Colors of #E1C816
Black with #E1C816
Text Example
Text Example
White with #E1C816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C816; }
p { color: rgb(225,200,22); }
H1.HeaderClassName
{
color: #E1C816;
}
.AnyTagClassName
{
color: #E1C816;
}
</style>
background-color css
<style>
a { background-color: #E1C816; }
a { background-color: rgb(225,200,22); }
div.DivClassName
{
background-color: #E1C816;
}
.BgClassName
{
background-color: #E1C816;
}
</style>
border-color css
<style>
span { border-color: #E1C816; }
span { border-color: rgb(225,200,22); }
td.TdClassName
{
border-color: #E1C816;
}
.TagClassName
{
border-color: #E1C816;
}
</style>