Shades of Sunflower #E1C815
Tints of Sunflower #E1C815
RGB
CMYK
RGB Variations
Color information
#E1C815 (or 0xE1C815) is known color: Sunflower. HEX triplet: E1, C8 and 15. RGB value is (225,200,21). Sum of RGB (Red+Green+Blue) = 225+200+21=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C815 is #1E37EA. Grayscale: #BBBBBB. Windows color (decimal): -1980395 or 1427681. OLE color: 1427681.
HSL color Cylindrical-coordinate representation of color #E1C815: hue angle of 52.65º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1C815 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 21 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.12 |
| HSL | 52.65º | 0.83% | 0.48% | - |
| HSV(B) | 52.65º | 0.91% | 0.88% | - |
| XYZ | 51.84 | 57.37 | 9.05 | - |
| YUV | 187.07 | 34.28 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 21 | 0 | 0.11 | 0.91 | 0.12 | 52.65 | 0.83 | 0.48 |
| Hex | E1 | C8 | 15 | 0 | B | 5B | C | 35 | 53 | 30 |
| Octal | 341 | 310 | 25 | 0 | 13 | 133 | 14 | 65 | 123 | 60 |
| Binary | 11100001 | 11001000 | 10101 | 0 | 1011 | 1011011 | 1100 | 110101 | 1010011 | 110000 |
Color Harmonies of #E1C815
Complementary color
Monochromatic Colors of #E1C815
Black with #E1C815
Text Example
Text Example
White with #E1C815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C815; }
p { color: rgb(225,200,21); }
H1.HeaderClassName
{
color: #E1C815;
}
.AnyTagClassName
{
color: #E1C815;
}
</style>
background-color css
<style>
a { background-color: #E1C815; }
a { background-color: rgb(225,200,21); }
div.DivClassName
{
background-color: #E1C815;
}
.BgClassName
{
background-color: #E1C815;
}
</style>
border-color css
<style>
span { border-color: #E1C815; }
span { border-color: rgb(225,200,21); }
td.TdClassName
{
border-color: #E1C815;
}
.TagClassName
{
border-color: #E1C815;
}
</style>