Shades of Sunflower #E2BA08
Tints of Sunflower #E2BA08
RGB
CMYK
RGB Variations
Color information
#E2BA08 (or 0xE2BA08) is known color: Sunflower. HEX triplet: E2, BA and 08. RGB value is (226,186,8). Sum of RGB (Red+Green+Blue) = 226+186+8=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BA08 is #1D45F7. Grayscale: #B2B2B2. Windows color (decimal): -1918456 or 572130. OLE color: 572130.
HSL color Cylindrical-coordinate representation of color #E2BA08: hue angle of 48.99º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2BA08 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.11 |
| HSL | 48.99º | 0.93% | 0.46% | - |
| HSV(B) | 48.99º | 0.96% | 0.89% | - |
| XYZ | 48.97 | 51.3 | 7.55 | - |
| YUV | 177.67 | 32.25 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 8 | 0 | 0.18 | 0.96 | 0.11 | 48.99 | 0.93 | 0.46 |
| Hex | E2 | BA | 8 | 0 | 12 | 60 | B | 31 | 5D | 2E |
| Octal | 342 | 272 | 10 | 0 | 22 | 140 | 13 | 61 | 135 | 56 |
| Binary | 11100010 | 10111010 | 1000 | 0 | 10010 | 1100000 | 1011 | 110001 | 1011101 | 101110 |
Color Harmonies of #E2BA08
Complementary color
Monochromatic Colors of #E2BA08
Black with #E2BA08
Text Example
Text Example
White with #E2BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BA08; }
p { color: rgb(226,186,8); }
H1.HeaderClassName
{
color: #E2BA08;
}
.AnyTagClassName
{
color: #E2BA08;
}
</style>
background-color css
<style>
a { background-color: #E2BA08; }
a { background-color: rgb(226,186,8); }
div.DivClassName
{
background-color: #E2BA08;
}
.BgClassName
{
background-color: #E2BA08;
}
</style>
border-color css
<style>
span { border-color: #E2BA08; }
span { border-color: rgb(226,186,8); }
td.TdClassName
{
border-color: #E2BA08;
}
.TagClassName
{
border-color: #E2BA08;
}
</style>