Shades of Sunflower #E1C912
Tints of Sunflower #E1C912
RGB
CMYK
RGB Variations
Color information
#E1C912 (or 0xE1C912) is known color: Sunflower. HEX triplet: E1, C9 and 12. RGB value is (225,201,18). Sum of RGB (Red+Green+Blue) = 225+201+18=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 201 (78.91% from 255 or 45.27% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C912 is #1E36ED. Grayscale: #BCBCBC. Windows color (decimal): -1980142 or 1231329. OLE color: 1231329.
HSL color Cylindrical-coordinate representation of color #E1C912: hue angle of 53.04º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1C912 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 18 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.12 |
| HSL | 53.04º | 0.85% | 0.48% | - |
| HSV(B) | 53.04º | 0.92% | 0.88% | - |
| XYZ | 52.05 | 57.82 | 8.99 | - |
| YUV | 187.31 | 32.45 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 18 | 0 | 0.11 | 0.92 | 0.12 | 53.04 | 0.85 | 0.48 |
| Hex | E1 | C9 | 12 | 0 | B | 5C | C | 35 | 55 | 30 |
| Octal | 341 | 311 | 22 | 0 | 13 | 134 | 14 | 65 | 125 | 60 |
| Binary | 11100001 | 11001001 | 10010 | 0 | 1011 | 1011100 | 1100 | 110101 | 1010101 | 110000 |
Color Harmonies of #E1C912
Complementary color
Monochromatic Colors of #E1C912
Black with #E1C912
Text Example
Text Example
White with #E1C912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C912; }
p { color: rgb(225,201,18); }
H1.HeaderClassName
{
color: #E1C912;
}
.AnyTagClassName
{
color: #E1C912;
}
</style>
background-color css
<style>
a { background-color: #E1C912; }
a { background-color: rgb(225,201,18); }
div.DivClassName
{
background-color: #E1C912;
}
.BgClassName
{
background-color: #E1C912;
}
</style>
border-color css
<style>
span { border-color: #E1C912; }
span { border-color: rgb(225,201,18); }
td.TdClassName
{
border-color: #E1C912;
}
.TagClassName
{
border-color: #E1C912;
}
</style>