Shades of Sunflower #E3BC07
Tints of Sunflower #E3BC07
RGB
CMYK
RGB Variations
Color information
#E3BC07 (or 0xE3BC07) is known color: Sunflower. HEX triplet: E3, BC and 07. RGB value is (227,188,7). Sum of RGB (Red+Green+Blue) = 227+188+7=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3BC07 is #1C43F8. Grayscale: #B3B3B3. Windows color (decimal): -1852409 or 507107. OLE color: 507107.
HSL color Cylindrical-coordinate representation of color #E3BC07: hue angle of 49.36º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3BC07 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 7 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.11 |
| HSL | 49.36º | 0.94% | 0.46% | - |
| HSV(B) | 49.36º | 0.97% | 0.89% | - |
| XYZ | 49.7 | 52.31 | 7.68 | - |
| YUV | 179.03 | 30.92 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 7 | 0 | 0.17 | 0.97 | 0.11 | 49.36 | 0.94 | 0.46 |
| Hex | E3 | BC | 7 | 0 | 11 | 61 | B | 31 | 5E | 2E |
| Octal | 343 | 274 | 7 | 0 | 21 | 141 | 13 | 61 | 136 | 56 |
| Binary | 11100011 | 10111100 | 111 | 0 | 10001 | 1100001 | 1011 | 110001 | 1011110 | 101110 |
Color Harmonies of #E3BC07
Complementary color
Monochromatic Colors of #E3BC07
Black with #E3BC07
Text Example
Text Example
White with #E3BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BC07; }
p { color: rgb(227,188,7); }
H1.HeaderClassName
{
color: #E3BC07;
}
.AnyTagClassName
{
color: #E3BC07;
}
</style>
background-color css
<style>
a { background-color: #E3BC07; }
a { background-color: rgb(227,188,7); }
div.DivClassName
{
background-color: #E3BC07;
}
.BgClassName
{
background-color: #E3BC07;
}
</style>
border-color css
<style>
span { border-color: #E3BC07; }
span { border-color: rgb(227,188,7); }
td.TdClassName
{
border-color: #E3BC07;
}
.TagClassName
{
border-color: #E3BC07;
}
</style>