Shades of Sunflower #E5BC0A
Tints of Sunflower #E5BC0A
RGB
CMYK
RGB Variations
Color information
#E5BC0A (or 0xE5BC0A) is known color: Sunflower. HEX triplet: E5, BC and 0A. RGB value is (229,188,10). Sum of RGB (Red+Green+Blue) = 229+188+10=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BC0A is #1A43F5. Grayscale: #B4B4B4. Windows color (decimal): -1721334 or 703717. OLE color: 703717.
HSL color Cylindrical-coordinate representation of color #E5BC0A: hue angle of 48.77º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E5BC0A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.10 |
| HSL | 48.77º | 0.92% | 0.47% | - |
| HSV(B) | 48.77º | 0.96% | 0.9% | - |
| XYZ | 50.35 | 52.65 | 7.8 | - |
| YUV | 179.97 | 32.08 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 10 | 0 | 0.18 | 0.96 | 0.10 | 48.77 | 0.92 | 0.47 |
| Hex | E5 | BC | A | 0 | 12 | 60 | A | 31 | 5C | 2F |
| Octal | 345 | 274 | 12 | 0 | 22 | 140 | 12 | 61 | 134 | 57 |
| Binary | 11100101 | 10111100 | 1010 | 0 | 10010 | 1100000 | 1010 | 110001 | 1011100 | 101111 |
Color Harmonies of #E5BC0A
Complementary color
Monochromatic Colors of #E5BC0A
Black with #E5BC0A
Text Example
Text Example
White with #E5BC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC0A; }
p { color: rgb(229,188,10); }
H1.HeaderClassName
{
color: #E5BC0A;
}
.AnyTagClassName
{
color: #E5BC0A;
}
</style>
background-color css
<style>
a { background-color: #E5BC0A; }
a { background-color: rgb(229,188,10); }
div.DivClassName
{
background-color: #E5BC0A;
}
.BgClassName
{
background-color: #E5BC0A;
}
</style>
border-color css
<style>
span { border-color: #E5BC0A; }
span { border-color: rgb(229,188,10); }
td.TdClassName
{
border-color: #E5BC0A;
}
.TagClassName
{
border-color: #E5BC0A;
}
</style>