Shades of Sunflower #E1C20E
Tints of Sunflower #E1C20E
RGB
CMYK
RGB Variations
Color information
#E1C20E (or 0xE1C20E) is known color: Sunflower. HEX triplet: E1, C2 and 0E. RGB value is (225,194,14). Sum of RGB (Red+Green+Blue) = 225+194+14=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C20E is #1E3DF1. Grayscale: #B7B7B7. Windows color (decimal): -1981938 or 967393. OLE color: 967393.
HSL color Cylindrical-coordinate representation of color #E1C20E: hue angle of 51.18º 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 #E1C20E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 14 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.12 |
| HSL | 51.18º | 0.88% | 0.47% | - |
| HSV(B) | 51.18º | 0.94% | 0.88% | - |
| XYZ | 50.42 | 54.62 | 8.3 | - |
| YUV | 182.75 | 32.77 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 14 | 0 | 0.14 | 0.94 | 0.12 | 51.18 | 0.88 | 0.47 |
| Hex | E1 | C2 | E | 0 | E | 5E | C | 33 | 58 | 2F |
| Octal | 341 | 302 | 16 | 0 | 16 | 136 | 14 | 63 | 130 | 57 |
| Binary | 11100001 | 11000010 | 1110 | 0 | 1110 | 1011110 | 1100 | 110011 | 1011000 | 101111 |
Color Harmonies of #E1C20E
Complementary color
Monochromatic Colors of #E1C20E
Black with #E1C20E
Text Example
Text Example
White with #E1C20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C20E; }
p { color: rgb(225,194,14); }
H1.HeaderClassName
{
color: #E1C20E;
}
.AnyTagClassName
{
color: #E1C20E;
}
</style>
background-color css
<style>
a { background-color: #E1C20E; }
a { background-color: rgb(225,194,14); }
div.DivClassName
{
background-color: #E1C20E;
}
.BgClassName
{
background-color: #E1C20E;
}
</style>
border-color css
<style>
span { border-color: #E1C20E; }
span { border-color: rgb(225,194,14); }
td.TdClassName
{
border-color: #E1C20E;
}
.TagClassName
{
border-color: #E1C20E;
}
</style>