Shades of Sunflower #E1C822
Tints of Sunflower #E1C822
RGB
CMYK
RGB Variations
Color information
#E1C822 (or 0xE1C822) is known color: Sunflower. HEX triplet: E1, C8 and 22. RGB value is (225,200,34). Sum of RGB (Red+Green+Blue) = 225+200+34=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 34 (13.67% from 255 or 7.41% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C822 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C822 is #1E37DD. Grayscale: #BDBDBD. Windows color (decimal): -1980382 or 2279649. OLE color: 2279649.
HSL color Cylindrical-coordinate representation of color #E1C822: hue angle of 52.15º 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 #E1C822 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 200 | 34 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.12 |
| HSL | 52.15º | 0.76% | 0.51% | - |
| HSV(B) | 52.15º | 0.85% | 0.88% | - |
| XYZ | 51.99 | 57.43 | 9.86 | - |
| YUV | 188.55 | 40.78 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 200 | 34 | 0 | 0.11 | 0.85 | 0.12 | 52.15 | 0.76 | 0.51 |
| Hex | E1 | C8 | 22 | 0 | B | 55 | C | 34 | 4C | 33 |
| Octal | 341 | 310 | 42 | 0 | 13 | 125 | 14 | 64 | 114 | 63 |
| Binary | 11100001 | 11001000 | 100010 | 0 | 1011 | 1010101 | 1100 | 110100 | 1001100 | 110011 |
Color Harmonies of #E1C822
Complementary color
Monochromatic Colors of #E1C822
Black with #E1C822
Text Example
Text Example
White with #E1C822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C822; }
p { color: rgb(225,200,34); }
H1.HeaderClassName
{
color: #E1C822;
}
.AnyTagClassName
{
color: #E1C822;
}
</style>
background-color css
<style>
a { background-color: #E1C822; }
a { background-color: rgb(225,200,34); }
div.DivClassName
{
background-color: #E1C822;
}
.BgClassName
{
background-color: #E1C822;
}
</style>
border-color css
<style>
span { border-color: #E1C822; }
span { border-color: rgb(225,200,34); }
td.TdClassName
{
border-color: #E1C822;
}
.TagClassName
{
border-color: #E1C822;
}
</style>