Shades of Sunflower #E3BA0C
Tints of Sunflower #E3BA0C
RGB
CMYK
RGB Variations
Color information
#E3BA0C (or 0xE3BA0C) is known color: Sunflower. HEX triplet: E3, BA and 0C. RGB value is (227,186,12). Sum of RGB (Red+Green+Blue) = 227+186+12=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BA0C is #1C45F3. Grayscale: #B3B3B3. Windows color (decimal): -1852916 or 834275. OLE color: 834275.
HSL color Cylindrical-coordinate representation of color #E3BA0C: hue angle of 48.56º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3BA0C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 12 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.11 |
| HSL | 48.56º | 0.9% | 0.47% | - |
| HSV(B) | 48.56º | 0.95% | 0.89% | - |
| XYZ | 49.3 | 51.48 | 7.68 | - |
| YUV | 178.42 | 34.08 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 12 | 0 | 0.18 | 0.95 | 0.11 | 48.56 | 0.9 | 0.47 |
| Hex | E3 | BA | C | 0 | 12 | 5F | B | 31 | 5A | 2F |
| Octal | 343 | 272 | 14 | 0 | 22 | 137 | 13 | 61 | 132 | 57 |
| Binary | 11100011 | 10111010 | 1100 | 0 | 10010 | 1011111 | 1011 | 110001 | 1011010 | 101111 |
Color Harmonies of #E3BA0C
Complementary color
Monochromatic Colors of #E3BA0C
Black with #E3BA0C
Text Example
Text Example
White with #E3BA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA0C; }
p { color: rgb(227,186,12); }
H1.HeaderClassName
{
color: #E3BA0C;
}
.AnyTagClassName
{
color: #E3BA0C;
}
</style>
background-color css
<style>
a { background-color: #E3BA0C; }
a { background-color: rgb(227,186,12); }
div.DivClassName
{
background-color: #E3BA0C;
}
.BgClassName
{
background-color: #E3BA0C;
}
</style>
border-color css
<style>
span { border-color: #E3BA0C; }
span { border-color: rgb(227,186,12); }
td.TdClassName
{
border-color: #E3BA0C;
}
.TagClassName
{
border-color: #E3BA0C;
}
</style>