Shades of Sunflower #E7BC10
Tints of Sunflower #E7BC10
RGB
CMYK
RGB Variations
Color information
#E7BC10 (or 0xE7BC10) is known color: Sunflower. HEX triplet: E7, BC and 10. RGB value is (231,188,16). Sum of RGB (Red+Green+Blue) = 231+188+16=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BC10 is #1843EF. Grayscale: #B5B5B5. Windows color (decimal): -1590256 or 1096935. OLE color: 1096935.
HSL color Cylindrical-coordinate representation of color #E7BC10: hue angle of 48º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7BC10 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 16 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.09 |
| HSL | 48º | 0.87% | 0.48% | - |
| HSV(B) | 48º | 0.93% | 0.91% | - |
| XYZ | 51.03 | 52.99 | 8.03 | - |
| YUV | 181.25 | 34.75 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 16 | 0 | 0.19 | 0.93 | 0.09 | 48 | 0.87 | 0.48 |
| Hex | E7 | BC | 10 | 0 | 13 | 5D | 9 | 30 | 57 | 30 |
| Octal | 347 | 274 | 20 | 0 | 23 | 135 | 11 | 60 | 127 | 60 |
| Binary | 11100111 | 10111100 | 10000 | 0 | 10011 | 1011101 | 1001 | 110000 | 1010111 | 110000 |
Color Harmonies of #E7BC10
Complementary color
Monochromatic Colors of #E7BC10
Black with #E7BC10
Text Example
Text Example
White with #E7BC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC10; }
p { color: rgb(231,188,16); }
H1.HeaderClassName
{
color: #E7BC10;
}
.AnyTagClassName
{
color: #E7BC10;
}
</style>
background-color css
<style>
a { background-color: #E7BC10; }
a { background-color: rgb(231,188,16); }
div.DivClassName
{
background-color: #E7BC10;
}
.BgClassName
{
background-color: #E7BC10;
}
</style>
border-color css
<style>
span { border-color: #E7BC10; }
span { border-color: rgb(231,188,16); }
td.TdClassName
{
border-color: #E7BC10;
}
.TagClassName
{
border-color: #E7BC10;
}
</style>