Shades of Sunflower #E2B50F
Tints of Sunflower #E2B50F
RGB
CMYK
RGB Variations
Color information
#E2B50F (or 0xE2B50F) is known color: Sunflower. HEX triplet: E2, B5 and 0F. RGB value is (226,181,15). Sum of RGB (Red+Green+Blue) = 226+181+15=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B50F is #1D4AF0. Grayscale: #B0B0B0. Windows color (decimal): -1919729 or 1029602. OLE color: 1029602.
HSL color Cylindrical-coordinate representation of color #E2B50F: hue angle of 47.2º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2B50F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 181 | 15 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.11 |
| HSL | 47.2º | 0.88% | 0.47% | - |
| HSV(B) | 47.2º | 0.93% | 0.89% | - |
| XYZ | 47.97 | 49.25 | 7.43 | - |
| YUV | 175.53 | 37.41 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 181 | 15 | 0 | 0.20 | 0.93 | 0.11 | 47.2 | 0.88 | 0.47 |
| Hex | E2 | B5 | F | 0 | 14 | 5D | B | 2F | 58 | 2F |
| Octal | 342 | 265 | 17 | 0 | 24 | 135 | 13 | 57 | 130 | 57 |
| Binary | 11100010 | 10110101 | 1111 | 0 | 10100 | 1011101 | 1011 | 101111 | 1011000 | 101111 |
Color Harmonies of #E2B50F
Complementary color
Monochromatic Colors of #E2B50F
Black with #E2B50F
Text Example
Text Example
White with #E2B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B50F; }
p { color: rgb(226,181,15); }
H1.HeaderClassName
{
color: #E2B50F;
}
.AnyTagClassName
{
color: #E2B50F;
}
</style>
background-color css
<style>
a { background-color: #E2B50F; }
a { background-color: rgb(226,181,15); }
div.DivClassName
{
background-color: #E2B50F;
}
.BgClassName
{
background-color: #E2B50F;
}
</style>
border-color css
<style>
span { border-color: #E2B50F; }
span { border-color: rgb(226,181,15); }
td.TdClassName
{
border-color: #E2B50F;
}
.TagClassName
{
border-color: #E2B50F;
}
</style>