Shades of Sunflower #E2B80B
Tints of Sunflower #E2B80B
RGB
CMYK
RGB Variations
Color information
#E2B80B (or 0xE2B80B) is known color: Sunflower. HEX triplet: E2, B8 and 0B. RGB value is (226,184,11). Sum of RGB (Red+Green+Blue) = 226+184+11=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B80B is #1D47F4. Grayscale: #B1B1B1. Windows color (decimal): -1918965 or 768226. OLE color: 768226.
HSL color Cylindrical-coordinate representation of color #E2B80B: hue angle of 48.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2B80B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.11 |
| HSL | 48.28º | 0.91% | 0.46% | - |
| HSV(B) | 48.28º | 0.95% | 0.89% | - |
| XYZ | 48.56 | 50.47 | 7.5 | - |
| YUV | 176.84 | 34.41 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 11 | 0 | 0.19 | 0.95 | 0.11 | 48.28 | 0.91 | 0.46 |
| Hex | E2 | B8 | B | 0 | 13 | 5F | B | 30 | 5B | 2E |
| Octal | 342 | 270 | 13 | 0 | 23 | 137 | 13 | 60 | 133 | 56 |
| Binary | 11100010 | 10111000 | 1011 | 0 | 10011 | 1011111 | 1011 | 110000 | 1011011 | 101110 |
Color Harmonies of #E2B80B
Complementary color
Monochromatic Colors of #E2B80B
Black with #E2B80B
Text Example
Text Example
White with #E2B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B80B; }
p { color: rgb(226,184,11); }
H1.HeaderClassName
{
color: #E2B80B;
}
.AnyTagClassName
{
color: #E2B80B;
}
</style>
background-color css
<style>
a { background-color: #E2B80B; }
a { background-color: rgb(226,184,11); }
div.DivClassName
{
background-color: #E2B80B;
}
.BgClassName
{
background-color: #E2B80B;
}
</style>
border-color css
<style>
span { border-color: #E2B80B; }
span { border-color: rgb(226,184,11); }
td.TdClassName
{
border-color: #E2B80B;
}
.TagClassName
{
border-color: #E2B80B;
}
</style>