Shades of Sunflower #E3BA03
Tints of Sunflower #E3BA03
RGB
CMYK
RGB Variations
Color information
#E3BA03 (or 0xE3BA03) is known color: Sunflower. HEX triplet: E3, BA and 03. RGB value is (227,186,3). Sum of RGB (Red+Green+Blue) = 227+186+3=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BA03 is #1C45FC. Grayscale: #B2B2B2. Windows color (decimal): -1852925 or 244451. OLE color: 244451.
HSL color Cylindrical-coordinate representation of color #E3BA03: hue angle of 49.02º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3BA03 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 3 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.11 |
| HSL | 49.02º | 0.97% | 0.45% | - |
| HSV(B) | 49.02º | 0.99% | 0.89% | - |
| XYZ | 49.25 | 51.46 | 7.42 | - |
| YUV | 177.4 | 29.58 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 3 | 0 | 0.18 | 0.99 | 0.11 | 49.02 | 0.97 | 0.45 |
| Hex | E3 | BA | 3 | 0 | 12 | 63 | B | 31 | 61 | 2D |
| Octal | 343 | 272 | 3 | 0 | 22 | 143 | 13 | 61 | 141 | 55 |
| Binary | 11100011 | 10111010 | 11 | 0 | 10010 | 1100011 | 1011 | 110001 | 1100001 | 101101 |
Color Harmonies of #E3BA03
Complementary color
Monochromatic Colors of #E3BA03
Black with #E3BA03
Text Example
Text Example
White with #E3BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA03; }
p { color: rgb(227,186,3); }
H1.HeaderClassName
{
color: #E3BA03;
}
.AnyTagClassName
{
color: #E3BA03;
}
</style>
background-color css
<style>
a { background-color: #E3BA03; }
a { background-color: rgb(227,186,3); }
div.DivClassName
{
background-color: #E3BA03;
}
.BgClassName
{
background-color: #E3BA03;
}
</style>
border-color css
<style>
span { border-color: #E3BA03; }
span { border-color: rgb(227,186,3); }
td.TdClassName
{
border-color: #E3BA03;
}
.TagClassName
{
border-color: #E3BA03;
}
</style>