Shades of Sunflower #E1C10E
Tints of Sunflower #E1C10E
RGB
CMYK
RGB Variations
Color information
#E1C10E (or 0xE1C10E) is known color: Sunflower. HEX triplet: E1, C1 and 0E. RGB value is (225,193,14). Sum of RGB (Red+Green+Blue) = 225+193+14=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 14 (5.86% from 255 or 3.24% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C10E is #1E3EF1. Grayscale: #B6B6B6. Windows color (decimal): -1982194 or 967137. OLE color: 967137.
HSL color Cylindrical-coordinate representation of color #E1C10E: hue angle of 50.9º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1C10E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 14 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.12 |
| HSL | 50.9º | 0.88% | 0.47% | - |
| HSV(B) | 50.9º | 0.94% | 0.88% | - |
| XYZ | 50.2 | 54.18 | 8.23 | - |
| YUV | 182.16 | 33.1 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 14 | 0 | 0.14 | 0.94 | 0.12 | 50.9 | 0.88 | 0.47 |
| Hex | E1 | C1 | E | 0 | E | 5E | C | 33 | 58 | 2F |
| Octal | 341 | 301 | 16 | 0 | 16 | 136 | 14 | 63 | 130 | 57 |
| Binary | 11100001 | 11000001 | 1110 | 0 | 1110 | 1011110 | 1100 | 110011 | 1011000 | 101111 |
Color Harmonies of #E1C10E
Complementary color
Monochromatic Colors of #E1C10E
Black with #E1C10E
Text Example
Text Example
White with #E1C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C10E; }
p { color: rgb(225,193,14); }
H1.HeaderClassName
{
color: #E1C10E;
}
.AnyTagClassName
{
color: #E1C10E;
}
</style>
background-color css
<style>
a { background-color: #E1C10E; }
a { background-color: rgb(225,193,14); }
div.DivClassName
{
background-color: #E1C10E;
}
.BgClassName
{
background-color: #E1C10E;
}
</style>
border-color css
<style>
span { border-color: #E1C10E; }
span { border-color: rgb(225,193,14); }
td.TdClassName
{
border-color: #E1C10E;
}
.TagClassName
{
border-color: #E1C10E;
}
</style>