Shades of Sunflower #E3BC12
Tints of Sunflower #E3BC12
RGB
CMYK
RGB Variations
Color information
#E3BC12 (or 0xE3BC12) is known color: Sunflower. HEX triplet: E3, BC and 12. RGB value is (227,188,18). Sum of RGB (Red+Green+Blue) = 227+188+18=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BC12 is #1C43ED. Grayscale: #B4B4B4. Windows color (decimal): -1852398 or 1228003. OLE color: 1228003.
HSL color Cylindrical-coordinate representation of color #E3BC12: hue angle of 48.8º 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 #E3BC12 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 18 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.11 |
| HSL | 48.8º | 0.85% | 0.48% | - |
| HSV(B) | 48.8º | 0.92% | 0.89% | - |
| XYZ | 49.77 | 52.34 | 8.05 | - |
| YUV | 180.28 | 36.42 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 18 | 0 | 0.17 | 0.92 | 0.11 | 48.8 | 0.85 | 0.48 |
| Hex | E3 | BC | 12 | 0 | 11 | 5C | B | 31 | 55 | 30 |
| Octal | 343 | 274 | 22 | 0 | 21 | 134 | 13 | 61 | 125 | 60 |
| Binary | 11100011 | 10111100 | 10010 | 0 | 10001 | 1011100 | 1011 | 110001 | 1010101 | 110000 |
Color Harmonies of #E3BC12
Complementary color
Monochromatic Colors of #E3BC12
Black with #E3BC12
Text Example
Text Example
White with #E3BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BC12; }
p { color: rgb(227,188,18); }
H1.HeaderClassName
{
color: #E3BC12;
}
.AnyTagClassName
{
color: #E3BC12;
}
</style>
background-color css
<style>
a { background-color: #E3BC12; }
a { background-color: rgb(227,188,18); }
div.DivClassName
{
background-color: #E3BC12;
}
.BgClassName
{
background-color: #E3BC12;
}
</style>
border-color css
<style>
span { border-color: #E3BC12; }
span { border-color: rgb(227,188,18); }
td.TdClassName
{
border-color: #E3BC12;
}
.TagClassName
{
border-color: #E3BC12;
}
</style>