Shades of Sunflower #E7B50F
Tints of Sunflower #E7B50F
RGB
CMYK
RGB Variations
Color information
#E7B50F (or 0xE7B50F) is known color: Sunflower. HEX triplet: E7, B5 and 0F. RGB value is (231,181,15). Sum of RGB (Red+Green+Blue) = 231+181+15=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7B50F is #184AF0. Grayscale: #B1B1B1. Windows color (decimal): -1592049 or 1029607. OLE color: 1029607.
HSL color Cylindrical-coordinate representation of color #E7B50F: hue angle of 46.11º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7B50F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 181 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.09 |
| HSL | 46.11º | 0.88% | 0.48% | - |
| HSV(B) | 46.11º | 0.94% | 0.91% | - |
| XYZ | 49.57 | 50.07 | 7.5 | - |
| YUV | 177.03 | 36.57 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 181 | 15 | 0 | 0.22 | 0.94 | 0.09 | 46.11 | 0.88 | 0.48 |
| Hex | E7 | B5 | F | 0 | 16 | 5E | 9 | 2E | 58 | 30 |
| Octal | 347 | 265 | 17 | 0 | 26 | 136 | 11 | 56 | 130 | 60 |
| Binary | 11100111 | 10110101 | 1111 | 0 | 10110 | 1011110 | 1001 | 101110 | 1011000 | 110000 |
Color Harmonies of #E7B50F
Complementary color
Monochromatic Colors of #E7B50F
Black with #E7B50F
Text Example
Text Example
White with #E7B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B50F; }
p { color: rgb(231,181,15); }
H1.HeaderClassName
{
color: #E7B50F;
}
.AnyTagClassName
{
color: #E7B50F;
}
</style>
background-color css
<style>
a { background-color: #E7B50F; }
a { background-color: rgb(231,181,15); }
div.DivClassName
{
background-color: #E7B50F;
}
.BgClassName
{
background-color: #E7B50F;
}
</style>
border-color css
<style>
span { border-color: #E7B50F; }
span { border-color: rgb(231,181,15); }
td.TdClassName
{
border-color: #E7B50F;
}
.TagClassName
{
border-color: #E7B50F;
}
</style>