Shades of Sunflower #E3BA02
Tints of Sunflower #E3BA02
RGB
CMYK
RGB Variations
Color information
#E3BA02 (or 0xE3BA02) is known color: Sunflower. HEX triplet: E3, BA and 02. RGB value is (227,186,2). Sum of RGB (Red+Green+Blue) = 227+186+2=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 2 (1.17% from 255 or 0.48% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BA02 is #1C45FD. Grayscale: #B2B2B2. Windows color (decimal): -1852926 or 178915. OLE color: 178915.
HSL color Cylindrical-coordinate representation of color #E3BA02: hue angle of 49.07º degrees, saturation: 0.98, 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 #E3BA02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.11 |
| HSL | 49.07º | 0.98% | 0.45% | - |
| HSV(B) | 49.07º | 0.99% | 0.89% | - |
| XYZ | 49.25 | 51.45 | 7.39 | - |
| YUV | 177.28 | 29.08 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 2 | 0 | 0.18 | 0.99 | 0.11 | 49.07 | 0.98 | 0.45 |
| Hex | E3 | BA | 2 | 0 | 12 | 63 | B | 31 | 62 | 2D |
| Octal | 343 | 272 | 2 | 0 | 22 | 143 | 13 | 61 | 142 | 55 |
| Binary | 11100011 | 10111010 | 10 | 0 | 10010 | 1100011 | 1011 | 110001 | 1100010 | 101101 |
Color Harmonies of #E3BA02
Complementary color
Monochromatic Colors of #E3BA02
Black with #E3BA02
Text Example
Text Example
White with #E3BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA02; }
p { color: rgb(227,186,2); }
H1.HeaderClassName
{
color: #E3BA02;
}
.AnyTagClassName
{
color: #E3BA02;
}
</style>
background-color css
<style>
a { background-color: #E3BA02; }
a { background-color: rgb(227,186,2); }
div.DivClassName
{
background-color: #E3BA02;
}
.BgClassName
{
background-color: #E3BA02;
}
</style>
border-color css
<style>
span { border-color: #E3BA02; }
span { border-color: rgb(227,186,2); }
td.TdClassName
{
border-color: #E3BA02;
}
.TagClassName
{
border-color: #E3BA02;
}
</style>