Shades of Sunflower #E3BA08
Tints of Sunflower #E3BA08
RGB
CMYK
RGB Variations
Color information
#E3BA08 (or 0xE3BA08) is known color: Sunflower. HEX triplet: E3, BA and 08. RGB value is (227,186,8). Sum of RGB (Red+Green+Blue) = 227+186+8=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 8 (3.52% from 255 or 1.90% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BA08 is #1C45F7. Grayscale: #B2B2B2. Windows color (decimal): -1852920 or 572131. OLE color: 572131.
HSL color Cylindrical-coordinate representation of color #E3BA08: hue angle of 48.77º 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 #E3BA08 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.11 |
| HSL | 48.77º | 0.93% | 0.46% | - |
| HSV(B) | 48.77º | 0.96% | 0.89% | - |
| XYZ | 49.28 | 51.47 | 7.57 | - |
| YUV | 177.97 | 32.08 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 8 | 0 | 0.18 | 0.96 | 0.11 | 48.77 | 0.93 | 0.46 |
| Hex | E3 | BA | 8 | 0 | 12 | 60 | B | 31 | 5D | 2E |
| Octal | 343 | 272 | 10 | 0 | 22 | 140 | 13 | 61 | 135 | 56 |
| Binary | 11100011 | 10111010 | 1000 | 0 | 10010 | 1100000 | 1011 | 110001 | 1011101 | 101110 |
Color Harmonies of #E3BA08
Complementary color
Monochromatic Colors of #E3BA08
Black with #E3BA08
Text Example
Text Example
White with #E3BA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA08; }
p { color: rgb(227,186,8); }
H1.HeaderClassName
{
color: #E3BA08;
}
.AnyTagClassName
{
color: #E3BA08;
}
</style>
background-color css
<style>
a { background-color: #E3BA08; }
a { background-color: rgb(227,186,8); }
div.DivClassName
{
background-color: #E3BA08;
}
.BgClassName
{
background-color: #E3BA08;
}
</style>
border-color css
<style>
span { border-color: #E3BA08; }
span { border-color: rgb(227,186,8); }
td.TdClassName
{
border-color: #E3BA08;
}
.TagClassName
{
border-color: #E3BA08;
}
</style>