Shades of Sunflower #E2BA19
Tints of Sunflower #E2BA19
RGB
CMYK
RGB Variations
Color information
#E2BA19 (or 0xE2BA19) is known color: Sunflower. HEX triplet: E2, BA and 19. RGB value is (226,186,25). Sum of RGB (Red+Green+Blue) = 226+186+25=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BA19 is #1D45E6. Grayscale: #B4B4B4. Windows color (decimal): -1918439 or 1686242. OLE color: 1686242.
HSL color Cylindrical-coordinate representation of color #E2BA19: hue angle of 48.06º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2BA19 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 25 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.11 |
| HSL | 48.06º | 0.8% | 0.49% | - |
| HSV(B) | 48.06º | 0.89% | 0.89% | - |
| XYZ | 49.1 | 51.36 | 8.24 | - |
| YUV | 179.61 | 40.75 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 25 | 0 | 0.18 | 0.89 | 0.11 | 48.06 | 0.8 | 0.49 |
| Hex | E2 | BA | 19 | 0 | 12 | 59 | B | 30 | 50 | 31 |
| Octal | 342 | 272 | 31 | 0 | 22 | 131 | 13 | 60 | 120 | 61 |
| Binary | 11100010 | 10111010 | 11001 | 0 | 10010 | 1011001 | 1011 | 110000 | 1010000 | 110001 |
Color Harmonies of #E2BA19
Complementary color
Monochromatic Colors of #E2BA19
Black with #E2BA19
Text Example
Text Example
White with #E2BA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BA19; }
p { color: rgb(226,186,25); }
H1.HeaderClassName
{
color: #E2BA19;
}
.AnyTagClassName
{
color: #E2BA19;
}
</style>
background-color css
<style>
a { background-color: #E2BA19; }
a { background-color: rgb(226,186,25); }
div.DivClassName
{
background-color: #E2BA19;
}
.BgClassName
{
background-color: #E2BA19;
}
</style>
border-color css
<style>
span { border-color: #E2BA19; }
span { border-color: rgb(226,186,25); }
td.TdClassName
{
border-color: #E2BA19;
}
.TagClassName
{
border-color: #E2BA19;
}
</style>