Shades of Sunflower #E2B410
Tints of Sunflower #E2B410
RGB
CMYK
RGB Variations
Color information
#E2B410 (or 0xE2B410) is known color: Sunflower. HEX triplet: E2, B4 and 10. RGB value is (226,180,16). Sum of RGB (Red+Green+Blue) = 226+180+16=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 16 (6.64% from 255 or 3.79% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B410 is #1D4BEF. Grayscale: #AFAFAF. Windows color (decimal): -1919984 or 1094882. OLE color: 1094882.
HSL color Cylindrical-coordinate representation of color #E2B410: hue angle of 46.86º degrees, saturation: 0.87, 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 #E2B410 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 180 | 16 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.11 |
| HSL | 46.86º | 0.87% | 0.47% | - |
| HSV(B) | 46.86º | 0.93% | 0.89% | - |
| XYZ | 47.78 | 48.85 | 7.4 | - |
| YUV | 175.06 | 38.24 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 180 | 16 | 0 | 0.20 | 0.93 | 0.11 | 46.86 | 0.87 | 0.47 |
| Hex | E2 | B4 | 10 | 0 | 14 | 5D | B | 2F | 57 | 2F |
| Octal | 342 | 264 | 20 | 0 | 24 | 135 | 13 | 57 | 127 | 57 |
| Binary | 11100010 | 10110100 | 10000 | 0 | 10100 | 1011101 | 1011 | 101111 | 1010111 | 101111 |
Color Harmonies of #E2B410
Complementary color
Monochromatic Colors of #E2B410
Black with #E2B410
Text Example
Text Example
White with #E2B410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B410; }
p { color: rgb(226,180,16); }
H1.HeaderClassName
{
color: #E2B410;
}
.AnyTagClassName
{
color: #E2B410;
}
</style>
background-color css
<style>
a { background-color: #E2B410; }
a { background-color: rgb(226,180,16); }
div.DivClassName
{
background-color: #E2B410;
}
.BgClassName
{
background-color: #E2B410;
}
</style>
border-color css
<style>
span { border-color: #E2B410; }
span { border-color: rgb(226,180,16); }
td.TdClassName
{
border-color: #E2B410;
}
.TagClassName
{
border-color: #E2B410;
}
</style>