Shades of Sunflower #E2BF16
Tints of Sunflower #E2BF16
RGB
CMYK
RGB Variations
Color information
#E2BF16 (or 0xE2BF16) is known color: Sunflower. HEX triplet: E2, BF and 16. RGB value is (226,191,22). Sum of RGB (Red+Green+Blue) = 226+191+22=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BF16 is #1D40E9. Grayscale: #B6B6B6. Windows color (decimal): -1917162 or 1490914. OLE color: 1490914.
HSL color Cylindrical-coordinate representation of color #E2BF16: hue angle of 49.71º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2BF16 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 22 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.11 |
| HSL | 49.71º | 0.82% | 0.49% | - |
| HSV(B) | 49.71º | 0.9% | 0.89% | - |
| XYZ | 50.14 | 53.49 | 8.44 | - |
| YUV | 182.2 | 37.6 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 22 | 0 | 0.15 | 0.90 | 0.11 | 49.71 | 0.82 | 0.49 |
| Hex | E2 | BF | 16 | 0 | F | 5A | B | 32 | 52 | 31 |
| Octal | 342 | 277 | 26 | 0 | 17 | 132 | 13 | 62 | 122 | 61 |
| Binary | 11100010 | 10111111 | 10110 | 0 | 1111 | 1011010 | 1011 | 110010 | 1010010 | 110001 |
Color Harmonies of #E2BF16
Complementary color
Monochromatic Colors of #E2BF16
Black with #E2BF16
Text Example
Text Example
White with #E2BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF16; }
p { color: rgb(226,191,22); }
H1.HeaderClassName
{
color: #E2BF16;
}
.AnyTagClassName
{
color: #E2BF16;
}
</style>
background-color css
<style>
a { background-color: #E2BF16; }
a { background-color: rgb(226,191,22); }
div.DivClassName
{
background-color: #E2BF16;
}
.BgClassName
{
background-color: #E2BF16;
}
</style>
border-color css
<style>
span { border-color: #E2BF16; }
span { border-color: rgb(226,191,22); }
td.TdClassName
{
border-color: #E2BF16;
}
.TagClassName
{
border-color: #E2BF16;
}
</style>