Shades of Sunflower #E2BC21
Tints of Sunflower #E2BC21
RGB
CMYK
RGB Variations
Color information
#E2BC21 (or 0xE2BC21) is known color: Sunflower. HEX triplet: E2, BC and 21. RGB value is (226,188,33). Sum of RGB (Red+Green+Blue) = 226+188+33=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC21 is #1D43DE. Grayscale: #B6B6B6. Windows color (decimal): -1917919 or 2211042. OLE color: 2211042.
HSL color Cylindrical-coordinate representation of color #E2BC21: hue angle of 48.19º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2BC21 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 33 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.11 |
| HSL | 48.19º | 0.77% | 0.51% | - |
| HSV(B) | 48.19º | 0.85% | 0.89% | - |
| XYZ | 49.62 | 52.25 | 8.91 | - |
| YUV | 181.69 | 44.09 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 33 | 0 | 0.17 | 0.85 | 0.11 | 48.19 | 0.77 | 0.51 |
| Hex | E2 | BC | 21 | 0 | 11 | 55 | B | 30 | 4D | 33 |
| Octal | 342 | 274 | 41 | 0 | 21 | 125 | 13 | 60 | 115 | 63 |
| Binary | 11100010 | 10111100 | 100001 | 0 | 10001 | 1010101 | 1011 | 110000 | 1001101 | 110011 |
Color Harmonies of #E2BC21
Complementary color
Monochromatic Colors of #E2BC21
Black with #E2BC21
Text Example
Text Example
White with #E2BC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC21; }
p { color: rgb(226,188,33); }
H1.HeaderClassName
{
color: #E2BC21;
}
.AnyTagClassName
{
color: #E2BC21;
}
</style>
background-color css
<style>
a { background-color: #E2BC21; }
a { background-color: rgb(226,188,33); }
div.DivClassName
{
background-color: #E2BC21;
}
.BgClassName
{
background-color: #E2BC21;
}
</style>
border-color css
<style>
span { border-color: #E2BC21; }
span { border-color: rgb(226,188,33); }
td.TdClassName
{
border-color: #E2BC21;
}
.TagClassName
{
border-color: #E2BC21;
}
</style>