Shades of Sunflower #E1C612
Tints of Sunflower #E1C612
RGB
CMYK
RGB Variations
Color information
#E1C612 (or 0xE1C612) is known color: Sunflower. HEX triplet: E1, C6 and 12. RGB value is (225,198,18). Sum of RGB (Red+Green+Blue) = 225+198+18=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C612 is #1E39ED. Grayscale: #BABABA. Windows color (decimal): -1980910 or 1230561. OLE color: 1230561.
HSL color Cylindrical-coordinate representation of color #E1C612: hue angle of 52.17º 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 #E1C612 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 18 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.12 |
| HSL | 52.17º | 0.85% | 0.48% | - |
| HSV(B) | 52.17º | 0.92% | 0.88% | - |
| XYZ | 51.35 | 56.44 | 8.76 | - |
| YUV | 185.55 | 33.45 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 18 | 0 | 0.12 | 0.92 | 0.12 | 52.17 | 0.85 | 0.48 |
| Hex | E1 | C6 | 12 | 0 | C | 5C | C | 34 | 55 | 30 |
| Octal | 341 | 306 | 22 | 0 | 14 | 134 | 14 | 64 | 125 | 60 |
| Binary | 11100001 | 11000110 | 10010 | 0 | 1100 | 1011100 | 1100 | 110100 | 1010101 | 110000 |
Color Harmonies of #E1C612
Complementary color
Monochromatic Colors of #E1C612
Black with #E1C612
Text Example
Text Example
White with #E1C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C612; }
p { color: rgb(225,198,18); }
H1.HeaderClassName
{
color: #E1C612;
}
.AnyTagClassName
{
color: #E1C612;
}
</style>
background-color css
<style>
a { background-color: #E1C612; }
a { background-color: rgb(225,198,18); }
div.DivClassName
{
background-color: #E1C612;
}
.BgClassName
{
background-color: #E1C612;
}
</style>
border-color css
<style>
span { border-color: #E1C612; }
span { border-color: rgb(225,198,18); }
td.TdClassName
{
border-color: #E1C612;
}
.TagClassName
{
border-color: #E1C612;
}
</style>