Shades of Sunflower #E8C50B
Tints of Sunflower #E8C50B
RGB
CMYK
RGB Variations
Color information
#E8C50B (or 0xE8C50B) is known color: Sunflower. HEX triplet: E8, C5 and 0B. RGB value is (232,197,11). Sum of RGB (Red+Green+Blue) = 232+197+11=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8C50B is #173AF4. Grayscale: #BBBBBB. Windows color (decimal): -1522421 or 771560. OLE color: 771560.
HSL color Cylindrical-coordinate representation of color #E8C50B: hue angle of 50.5º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8C50B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.09 |
| HSL | 50.5º | 0.91% | 0.48% | - |
| HSV(B) | 50.5º | 0.95% | 0.91% | - |
| XYZ | 53.31 | 57.11 | 8.53 | - |
| YUV | 186.26 | 29.1 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 11 | 0 | 0.15 | 0.95 | 0.09 | 50.5 | 0.91 | 0.48 |
| Hex | E8 | C5 | B | 0 | F | 5F | 9 | 32 | 5B | 30 |
| Octal | 350 | 305 | 13 | 0 | 17 | 137 | 11 | 62 | 133 | 60 |
| Binary | 11101000 | 11000101 | 1011 | 0 | 1111 | 1011111 | 1001 | 110010 | 1011011 | 110000 |
Color Harmonies of #E8C50B
Complementary color
Monochromatic Colors of #E8C50B
Black with #E8C50B
Text Example
Text Example
White with #E8C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C50B; }
p { color: rgb(232,197,11); }
H1.HeaderClassName
{
color: #E8C50B;
}
.AnyTagClassName
{
color: #E8C50B;
}
</style>
background-color css
<style>
a { background-color: #E8C50B; }
a { background-color: rgb(232,197,11); }
div.DivClassName
{
background-color: #E8C50B;
}
.BgClassName
{
background-color: #E8C50B;
}
</style>
border-color css
<style>
span { border-color: #E8C50B; }
span { border-color: rgb(232,197,11); }
td.TdClassName
{
border-color: #E8C50B;
}
.TagClassName
{
border-color: #E8C50B;
}
</style>