Shades of Sunflower #E2BC12
Tints of Sunflower #E2BC12
RGB
CMYK
RGB Variations
Color information
#E2BC12 (or 0xE2BC12) is known color: Sunflower. HEX triplet: E2, BC and 12. RGB value is (226,188,18). Sum of RGB (Red+Green+Blue) = 226+188+18=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 18 (7.42% from 255 or 4.17% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BC12 is #1D43ED. Grayscale: #B4B4B4. Windows color (decimal): -1917934 or 1228002. OLE color: 1228002.
HSL color Cylindrical-coordinate representation of color #E2BC12: hue angle of 49.04º 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 #E2BC12 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.11 |
| HSL | 49.04º | 0.85% | 0.48% | - |
| HSV(B) | 49.04º | 0.92% | 0.89% | - |
| XYZ | 49.46 | 52.18 | 8.04 | - |
| YUV | 179.98 | 36.59 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 18 | 0 | 0.17 | 0.92 | 0.11 | 49.04 | 0.85 | 0.48 |
| Hex | E2 | BC | 12 | 0 | 11 | 5C | B | 31 | 55 | 30 |
| Octal | 342 | 274 | 22 | 0 | 21 | 134 | 13 | 61 | 125 | 60 |
| Binary | 11100010 | 10111100 | 10010 | 0 | 10001 | 1011100 | 1011 | 110001 | 1010101 | 110000 |
Color Harmonies of #E2BC12
Complementary color
Monochromatic Colors of #E2BC12
Black with #E2BC12
Text Example
Text Example
White with #E2BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC12; }
p { color: rgb(226,188,18); }
H1.HeaderClassName
{
color: #E2BC12;
}
.AnyTagClassName
{
color: #E2BC12;
}
</style>
background-color css
<style>
a { background-color: #E2BC12; }
a { background-color: rgb(226,188,18); }
div.DivClassName
{
background-color: #E2BC12;
}
.BgClassName
{
background-color: #E2BC12;
}
</style>
border-color css
<style>
span { border-color: #E2BC12; }
span { border-color: rgb(226,188,18); }
td.TdClassName
{
border-color: #E2BC12;
}
.TagClassName
{
border-color: #E2BC12;
}
</style>