Shades of Sunflower #E2B412
Tints of Sunflower #E2B412
RGB
CMYK
RGB Variations
Color information
#E2B412 (or 0xE2B412) is known color: Sunflower. HEX triplet: E2, B4 and 12. RGB value is (226,180,18). Sum of RGB (Red+Green+Blue) = 226+180+18=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B412 is #1D4BED. Grayscale: #AFAFAF. Windows color (decimal): -1919982 or 1225954. OLE color: 1225954.
HSL color Cylindrical-coordinate representation of color #E2B412: hue angle of 46.73º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2B412 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 18 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.11 |
| HSL | 46.73º | 0.85% | 0.48% | - |
| HSV(B) | 46.73º | 0.92% | 0.89% | - |
| XYZ | 47.79 | 48.85 | 7.48 | - |
| YUV | 175.29 | 39.24 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 18 | 0 | 0.20 | 0.92 | 0.11 | 46.73 | 0.85 | 0.48 |
| Hex | E2 | B4 | 12 | 0 | 14 | 5C | B | 2F | 55 | 30 |
| Octal | 342 | 264 | 22 | 0 | 24 | 134 | 13 | 57 | 125 | 60 |
| Binary | 11100010 | 10110100 | 10010 | 0 | 10100 | 1011100 | 1011 | 101111 | 1010101 | 110000 |
Color Harmonies of #E2B412
Complementary color
Monochromatic Colors of #E2B412
Black with #E2B412
Text Example
Text Example
White with #E2B412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B412; }
p { color: rgb(226,180,18); }
H1.HeaderClassName
{
color: #E2B412;
}
.AnyTagClassName
{
color: #E2B412;
}
</style>
background-color css
<style>
a { background-color: #E2B412; }
a { background-color: rgb(226,180,18); }
div.DivClassName
{
background-color: #E2B412;
}
.BgClassName
{
background-color: #E2B412;
}
</style>
border-color css
<style>
span { border-color: #E2B412; }
span { border-color: rgb(226,180,18); }
td.TdClassName
{
border-color: #E2B412;
}
.TagClassName
{
border-color: #E2B412;
}
</style>