Shades of Sunflower #E5BC10
Tints of Sunflower #E5BC10
RGB
CMYK
RGB Variations
Color information
#E5BC10 (or 0xE5BC10) is known color: Sunflower. HEX triplet: E5, BC and 10. RGB value is (229,188,16). Sum of RGB (Red+Green+Blue) = 229+188+16=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BC10 is #1A43EF. Grayscale: #B5B5B5. Windows color (decimal): -1721328 or 1096933. OLE color: 1096933.
HSL color Cylindrical-coordinate representation of color #E5BC10: hue angle of 48.45º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5BC10 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 188 | 16 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.10 |
| HSL | 48.45º | 0.87% | 0.48% | - |
| HSV(B) | 48.45º | 0.93% | 0.9% | - |
| XYZ | 50.39 | 52.66 | 8 | - |
| YUV | 180.65 | 35.08 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 188 | 16 | 0 | 0.18 | 0.93 | 0.10 | 48.45 | 0.87 | 0.48 |
| Hex | E5 | BC | 10 | 0 | 12 | 5D | A | 30 | 57 | 30 |
| Octal | 345 | 274 | 20 | 0 | 22 | 135 | 12 | 60 | 127 | 60 |
| Binary | 11100101 | 10111100 | 10000 | 0 | 10010 | 1011101 | 1010 | 110000 | 1010111 | 110000 |
Color Harmonies of #E5BC10
Complementary color
Monochromatic Colors of #E5BC10
Black with #E5BC10
Text Example
Text Example
White with #E5BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BC10; }
p { color: rgb(229,188,16); }
H1.HeaderClassName
{
color: #E5BC10;
}
.AnyTagClassName
{
color: #E5BC10;
}
</style>
background-color css
<style>
a { background-color: #E5BC10; }
a { background-color: rgb(229,188,16); }
div.DivClassName
{
background-color: #E5BC10;
}
.BgClassName
{
background-color: #E5BC10;
}
</style>
border-color css
<style>
span { border-color: #E5BC10; }
span { border-color: rgb(229,188,16); }
td.TdClassName
{
border-color: #E5BC10;
}
.TagClassName
{
border-color: #E5BC10;
}
</style>