Shades of Sunflower #E7BC08
Tints of Sunflower #E7BC08
RGB
CMYK
RGB Variations
Color information
#E7BC08 (or 0xE7BC08) is known color: Sunflower. HEX triplet: E7, BC and 08. RGB value is (231,188,8). Sum of RGB (Red+Green+Blue) = 231+188+8=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 8 (3.52% from 255 or 1.87% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BC08 is #1843F7. Grayscale: #B5B5B5. Windows color (decimal): -1590264 or 572647. OLE color: 572647.
HSL color Cylindrical-coordinate representation of color #E7BC08: hue angle of 48.43º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7BC08 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 188 | 8 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.09 |
| HSL | 48.43º | 0.93% | 0.47% | - |
| HSV(B) | 48.43º | 0.97% | 0.91% | - |
| XYZ | 50.98 | 52.97 | 7.77 | - |
| YUV | 180.34 | 30.75 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 188 | 8 | 0 | 0.19 | 0.97 | 0.09 | 48.43 | 0.93 | 0.47 |
| Hex | E7 | BC | 8 | 0 | 13 | 61 | 9 | 30 | 5D | 2F |
| Octal | 347 | 274 | 10 | 0 | 23 | 141 | 11 | 60 | 135 | 57 |
| Binary | 11100111 | 10111100 | 1000 | 0 | 10011 | 1100001 | 1001 | 110000 | 1011101 | 101111 |
Color Harmonies of #E7BC08
Complementary color
Monochromatic Colors of #E7BC08
Black with #E7BC08
Text Example
Text Example
White with #E7BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BC08; }
p { color: rgb(231,188,8); }
H1.HeaderClassName
{
color: #E7BC08;
}
.AnyTagClassName
{
color: #E7BC08;
}
</style>
background-color css
<style>
a { background-color: #E7BC08; }
a { background-color: rgb(231,188,8); }
div.DivClassName
{
background-color: #E7BC08;
}
.BgClassName
{
background-color: #E7BC08;
}
</style>
border-color css
<style>
span { border-color: #E7BC08; }
span { border-color: rgb(231,188,8); }
td.TdClassName
{
border-color: #E7BC08;
}
.TagClassName
{
border-color: #E7BC08;
}
</style>