Shades of Sunflower #E2BF22
Tints of Sunflower #E2BF22
RGB
CMYK
RGB Variations
Color information
#E2BF22 (or 0xE2BF22) is known color: Sunflower. HEX triplet: E2, BF and 22. RGB value is (226,191,34). Sum of RGB (Red+Green+Blue) = 226+191+34=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BF22 is #1D40DD. Grayscale: #B8B8B8. Windows color (decimal): -1917150 or 2277346. OLE color: 2277346.
HSL color Cylindrical-coordinate representation of color #E2BF22: hue angle of 49.06º 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 #E2BF22 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 34 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.11 |
| HSL | 49.06º | 0.77% | 0.51% | - |
| HSV(B) | 49.06º | 0.85% | 0.89% | - |
| XYZ | 50.28 | 53.55 | 9.2 | - |
| YUV | 183.57 | 43.6 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 34 | 0 | 0.15 | 0.85 | 0.11 | 49.06 | 0.77 | 0.51 |
| Hex | E2 | BF | 22 | 0 | F | 55 | B | 31 | 4D | 33 |
| Octal | 342 | 277 | 42 | 0 | 17 | 125 | 13 | 61 | 115 | 63 |
| Binary | 11100010 | 10111111 | 100010 | 0 | 1111 | 1010101 | 1011 | 110001 | 1001101 | 110011 |
Color Harmonies of #E2BF22
Complementary color
Monochromatic Colors of #E2BF22
Black with #E2BF22
Text Example
Text Example
White with #E2BF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF22; }
p { color: rgb(226,191,34); }
H1.HeaderClassName
{
color: #E2BF22;
}
.AnyTagClassName
{
color: #E2BF22;
}
</style>
background-color css
<style>
a { background-color: #E2BF22; }
a { background-color: rgb(226,191,34); }
div.DivClassName
{
background-color: #E2BF22;
}
.BgClassName
{
background-color: #E2BF22;
}
</style>
border-color css
<style>
span { border-color: #E2BF22; }
span { border-color: rgb(226,191,34); }
td.TdClassName
{
border-color: #E2BF22;
}
.TagClassName
{
border-color: #E2BF22;
}
</style>