Shades of Sunflower #E1C20D
Tints of Sunflower #E1C20D
RGB
CMYK
RGB Variations
Color information
#E1C20D (or 0xE1C20D) is known color: Sunflower. HEX triplet: E1, C2 and 0D. RGB value is (225,194,13). Sum of RGB (Red+Green+Blue) = 225+194+13=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C20D is #1E3DF2. Grayscale: #B7B7B7. Windows color (decimal): -1981939 or 901857. OLE color: 901857.
HSL color Cylindrical-coordinate representation of color #E1C20D: hue angle of 51.23º degrees, saturation: 0.89, 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 #E1C20D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.12 |
| HSL | 51.23º | 0.89% | 0.47% | - |
| HSV(B) | 51.23º | 0.94% | 0.88% | - |
| XYZ | 50.42 | 54.62 | 8.27 | - |
| YUV | 182.64 | 32.27 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 13 | 0 | 0.14 | 0.94 | 0.12 | 51.23 | 0.89 | 0.47 |
| Hex | E1 | C2 | D | 0 | E | 5E | C | 33 | 59 | 2F |
| Octal | 341 | 302 | 15 | 0 | 16 | 136 | 14 | 63 | 131 | 57 |
| Binary | 11100001 | 11000010 | 1101 | 0 | 1110 | 1011110 | 1100 | 110011 | 1011001 | 101111 |
Color Harmonies of #E1C20D
Complementary color
Monochromatic Colors of #E1C20D
Black with #E1C20D
Text Example
Text Example
White with #E1C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C20D; }
p { color: rgb(225,194,13); }
H1.HeaderClassName
{
color: #E1C20D;
}
.AnyTagClassName
{
color: #E1C20D;
}
</style>
background-color css
<style>
a { background-color: #E1C20D; }
a { background-color: rgb(225,194,13); }
div.DivClassName
{
background-color: #E1C20D;
}
.BgClassName
{
background-color: #E1C20D;
}
</style>
border-color css
<style>
span { border-color: #E1C20D; }
span { border-color: rgb(225,194,13); }
td.TdClassName
{
border-color: #E1C20D;
}
.TagClassName
{
border-color: #E1C20D;
}
</style>