Shades of Sunflower #E4B50B
Tints of Sunflower #E4B50B
RGB
CMYK
RGB Variations
Color information
#E4B50B (or 0xE4B50B) is known color: Sunflower. HEX triplet: E4, B5 and 0B. RGB value is (228,181,11). Sum of RGB (Red+Green+Blue) = 228+181+11=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4B50B is #1B4AF4. Grayscale: #B0B0B0. Windows color (decimal): -1788661 or 767460. OLE color: 767460.
HSL color Cylindrical-coordinate representation of color #E4B50B: hue angle of 47º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4B50B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 181 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.11 |
| HSL | 47º | 0.91% | 0.47% | - |
| HSV(B) | 47º | 0.95% | 0.89% | - |
| XYZ | 48.58 | 49.57 | 7.32 | - |
| YUV | 175.67 | 35.07 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 181 | 11 | 0 | 0.21 | 0.95 | 0.11 | 47 | 0.91 | 0.47 |
| Hex | E4 | B5 | B | 0 | 15 | 5F | B | 2F | 5B | 2F |
| Octal | 344 | 265 | 13 | 0 | 25 | 137 | 13 | 57 | 133 | 57 |
| Binary | 11100100 | 10110101 | 1011 | 0 | 10101 | 1011111 | 1011 | 101111 | 1011011 | 101111 |
Color Harmonies of #E4B50B
Complementary color
Monochromatic Colors of #E4B50B
Black with #E4B50B
Text Example
Text Example
White with #E4B50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B50B; }
p { color: rgb(228,181,11); }
H1.HeaderClassName
{
color: #E4B50B;
}
.AnyTagClassName
{
color: #E4B50B;
}
</style>
background-color css
<style>
a { background-color: #E4B50B; }
a { background-color: rgb(228,181,11); }
div.DivClassName
{
background-color: #E4B50B;
}
.BgClassName
{
background-color: #E4B50B;
}
</style>
border-color css
<style>
span { border-color: #E4B50B; }
span { border-color: rgb(228,181,11); }
td.TdClassName
{
border-color: #E4B50B;
}
.TagClassName
{
border-color: #E4B50B;
}
</style>