Shades of Sunflower #E1C122
Tints of Sunflower #E1C122
RGB
CMYK
RGB Variations
Color information
#E1C122 (or 0xE1C122) is known color: Sunflower. HEX triplet: E1, C1 and 22. RGB value is (225,193,34). Sum of RGB (Red+Green+Blue) = 225+193+34=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C122 is #1E3EDD. Grayscale: #B9B9B9. Windows color (decimal): -1982174 or 2277857. OLE color: 2277857.
HSL color Cylindrical-coordinate representation of color #E1C122: hue angle of 49.95º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E1C122 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 34 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.12 |
| HSL | 49.95º | 0.76% | 0.51% | - |
| HSV(B) | 49.95º | 0.85% | 0.88% | - |
| XYZ | 50.41 | 54.26 | 9.33 | - |
| YUV | 184.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 34 | 0 | 0.14 | 0.85 | 0.12 | 49.95 | 0.76 | 0.51 |
| Hex | E1 | C1 | 22 | 0 | E | 55 | C | 32 | 4C | 33 |
| Octal | 341 | 301 | 42 | 0 | 16 | 125 | 14 | 62 | 114 | 63 |
| Binary | 11100001 | 11000001 | 100010 | 0 | 1110 | 1010101 | 1100 | 110010 | 1001100 | 110011 |
Color Harmonies of #E1C122
Complementary color
Monochromatic Colors of #E1C122
Black with #E1C122
Text Example
Text Example
White with #E1C122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C122; }
p { color: rgb(225,193,34); }
H1.HeaderClassName
{
color: #E1C122;
}
.AnyTagClassName
{
color: #E1C122;
}
</style>
background-color css
<style>
a { background-color: #E1C122; }
a { background-color: rgb(225,193,34); }
div.DivClassName
{
background-color: #E1C122;
}
.BgClassName
{
background-color: #E1C122;
}
</style>
border-color css
<style>
span { border-color: #E1C122; }
span { border-color: rgb(225,193,34); }
td.TdClassName
{
border-color: #E1C122;
}
.TagClassName
{
border-color: #E1C122;
}
</style>