Shades of Sunflower #E2BC13
Tints of Sunflower #E2BC13
RGB
CMYK
RGB Variations
Color information
#E2BC13 (or 0xE2BC13) is known color: Sunflower. HEX triplet: E2, BC and 13. RGB value is (226,188,19). Sum of RGB (Red+Green+Blue) = 226+188+19=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BC13 is #1D43EC. Grayscale: #B4B4B4. Windows color (decimal): -1917933 or 1293538. OLE color: 1293538.
HSL color Cylindrical-coordinate representation of color #E2BC13: hue angle of 48.99º degrees, saturation: 0.84, 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 #E2BC13 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 19 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.11 |
| HSL | 48.99º | 0.84% | 0.48% | - |
| HSV(B) | 48.99º | 0.92% | 0.89% | - |
| XYZ | 49.46 | 52.18 | 8.08 | - |
| YUV | 180.1 | 37.09 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 19 | 0 | 0.17 | 0.92 | 0.11 | 48.99 | 0.84 | 0.48 |
| Hex | E2 | BC | 13 | 0 | 11 | 5C | B | 31 | 54 | 30 |
| Octal | 342 | 274 | 23 | 0 | 21 | 134 | 13 | 61 | 124 | 60 |
| Binary | 11100010 | 10111100 | 10011 | 0 | 10001 | 1011100 | 1011 | 110001 | 1010100 | 110000 |
Color Harmonies of #E2BC13
Complementary color
Monochromatic Colors of #E2BC13
Black with #E2BC13
Text Example
Text Example
White with #E2BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC13; }
p { color: rgb(226,188,19); }
H1.HeaderClassName
{
color: #E2BC13;
}
.AnyTagClassName
{
color: #E2BC13;
}
</style>
background-color css
<style>
a { background-color: #E2BC13; }
a { background-color: rgb(226,188,19); }
div.DivClassName
{
background-color: #E2BC13;
}
.BgClassName
{
background-color: #E2BC13;
}
</style>
border-color css
<style>
span { border-color: #E2BC13; }
span { border-color: rgb(226,188,19); }
td.TdClassName
{
border-color: #E2BC13;
}
.TagClassName
{
border-color: #E2BC13;
}
</style>