Shades of Sunflower #E2BF21
Tints of Sunflower #E2BF21
RGB
CMYK
RGB Variations
Color information
#E2BF21 (or 0xE2BF21) is known color: Sunflower. HEX triplet: E2, BF and 21. RGB value is (226,191,33). Sum of RGB (Red+Green+Blue) = 226+191+33=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BF21 is #1D40DE. Grayscale: #B8B8B8. Windows color (decimal): -1917151 or 2211810. OLE color: 2211810.
HSL color Cylindrical-coordinate representation of color #E2BF21: hue angle of 49.12º 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 #E2BF21 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 33 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.11 |
| HSL | 49.12º | 0.77% | 0.51% | - |
| HSV(B) | 49.12º | 0.85% | 0.89% | - |
| XYZ | 50.27 | 53.54 | 9.12 | - |
| YUV | 183.45 | 43.1 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 33 | 0 | 0.15 | 0.85 | 0.11 | 49.12 | 0.77 | 0.51 |
| Hex | E2 | BF | 21 | 0 | F | 55 | B | 31 | 4D | 33 |
| Octal | 342 | 277 | 41 | 0 | 17 | 125 | 13 | 61 | 115 | 63 |
| Binary | 11100010 | 10111111 | 100001 | 0 | 1111 | 1010101 | 1011 | 110001 | 1001101 | 110011 |
Color Harmonies of #E2BF21
Complementary color
Monochromatic Colors of #E2BF21
Black with #E2BF21
Text Example
Text Example
White with #E2BF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF21; }
p { color: rgb(226,191,33); }
H1.HeaderClassName
{
color: #E2BF21;
}
.AnyTagClassName
{
color: #E2BF21;
}
</style>
background-color css
<style>
a { background-color: #E2BF21; }
a { background-color: rgb(226,191,33); }
div.DivClassName
{
background-color: #E2BF21;
}
.BgClassName
{
background-color: #E2BF21;
}
</style>
border-color css
<style>
span { border-color: #E2BF21; }
span { border-color: rgb(226,191,33); }
td.TdClassName
{
border-color: #E2BF21;
}
.TagClassName
{
border-color: #E2BF21;
}
</style>