Shades of Sunflower #E7BA0B
Tints of Sunflower #E7BA0B
RGB
CMYK
RGB Variations
Color information
#E7BA0B (or 0xE7BA0B) is known color: Sunflower. HEX triplet: E7, BA and 0B. RGB value is (231,186,11). Sum of RGB (Red+Green+Blue) = 231+186+11=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7BA0B is #1845F4. Grayscale: #B4B4B4. Windows color (decimal): -1590773 or 768743. OLE color: 768743.
HSL color Cylindrical-coordinate representation of color #E7BA0B: hue angle of 47.73º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7BA0B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.09 |
| HSL | 47.73º | 0.91% | 0.47% | - |
| HSV(B) | 47.73º | 0.95% | 0.91% | - |
| XYZ | 50.57 | 52.13 | 7.71 | - |
| YUV | 179.51 | 32.91 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 11 | 0 | 0.19 | 0.95 | 0.09 | 47.73 | 0.91 | 0.47 |
| Hex | E7 | BA | B | 0 | 13 | 5F | 9 | 30 | 5B | 2F |
| Octal | 347 | 272 | 13 | 0 | 23 | 137 | 11 | 60 | 133 | 57 |
| Binary | 11100111 | 10111010 | 1011 | 0 | 10011 | 1011111 | 1001 | 110000 | 1011011 | 101111 |
Color Harmonies of #E7BA0B
Complementary color
Monochromatic Colors of #E7BA0B
Black with #E7BA0B
Text Example
Text Example
White with #E7BA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BA0B; }
p { color: rgb(231,186,11); }
H1.HeaderClassName
{
color: #E7BA0B;
}
.AnyTagClassName
{
color: #E7BA0B;
}
</style>
background-color css
<style>
a { background-color: #E7BA0B; }
a { background-color: rgb(231,186,11); }
div.DivClassName
{
background-color: #E7BA0B;
}
.BgClassName
{
background-color: #E7BA0B;
}
</style>
border-color css
<style>
span { border-color: #E7BA0B; }
span { border-color: rgb(231,186,11); }
td.TdClassName
{
border-color: #E7BA0B;
}
.TagClassName
{
border-color: #E7BA0B;
}
</style>