Shades of Sunflower #E2BC20
Tints of Sunflower #E2BC20
RGB
CMYK
RGB Variations
Color information
#E2BC20 (or 0xE2BC20) is known color: Sunflower. HEX triplet: E2, BC and 20. RGB value is (226,188,32). Sum of RGB (Red+Green+Blue) = 226+188+32=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC20 is #1D43DF. Grayscale: #B6B6B6. Windows color (decimal): -1917920 or 2145506. OLE color: 2145506.
HSL color Cylindrical-coordinate representation of color #E2BC20: hue angle of 48.25º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2BC20 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 32 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.11 |
| HSL | 48.25º | 0.77% | 0.51% | - |
| HSV(B) | 48.25º | 0.86% | 0.89% | - |
| XYZ | 49.61 | 52.24 | 8.84 | - |
| YUV | 181.58 | 43.59 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 32 | 0 | 0.17 | 0.86 | 0.11 | 48.25 | 0.77 | 0.51 |
| Hex | E2 | BC | 20 | 0 | 11 | 56 | B | 30 | 4D | 33 |
| Octal | 342 | 274 | 40 | 0 | 21 | 126 | 13 | 60 | 115 | 63 |
| Binary | 11100010 | 10111100 | 100000 | 0 | 10001 | 1010110 | 1011 | 110000 | 1001101 | 110011 |
Color Harmonies of #E2BC20
Complementary color
Monochromatic Colors of #E2BC20
Black with #E2BC20
Text Example
Text Example
White with #E2BC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC20; }
p { color: rgb(226,188,32); }
H1.HeaderClassName
{
color: #E2BC20;
}
.AnyTagClassName
{
color: #E2BC20;
}
</style>
background-color css
<style>
a { background-color: #E2BC20; }
a { background-color: rgb(226,188,32); }
div.DivClassName
{
background-color: #E2BC20;
}
.BgClassName
{
background-color: #E2BC20;
}
</style>
border-color css
<style>
span { border-color: #E2BC20; }
span { border-color: rgb(226,188,32); }
td.TdClassName
{
border-color: #E2BC20;
}
.TagClassName
{
border-color: #E2BC20;
}
</style>