Shades of Sunflower #E2B213
Tints of Sunflower #E2B213
RGB
CMYK
RGB Variations
Color information
#E2B213 (or 0xE2B213) is known color: Sunflower. HEX triplet: E2, B2 and 13. RGB value is (226,178,19). Sum of RGB (Red+Green+Blue) = 226+178+19=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B213 is #1D4DEC. Grayscale: #AEAEAE. Windows color (decimal): -1920493 or 1290978. OLE color: 1290978.
HSL color Cylindrical-coordinate representation of color #E2B213: hue angle of 46.09º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2B213 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 19 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.11 |
| HSL | 46.09º | 0.84% | 0.48% | - |
| HSV(B) | 46.09º | 0.92% | 0.89% | - |
| XYZ | 47.4 | 48.06 | 7.39 | - |
| YUV | 174.23 | 40.4 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 19 | 0 | 0.21 | 0.92 | 0.11 | 46.09 | 0.84 | 0.48 |
| Hex | E2 | B2 | 13 | 0 | 15 | 5C | B | 2E | 54 | 30 |
| Octal | 342 | 262 | 23 | 0 | 25 | 134 | 13 | 56 | 124 | 60 |
| Binary | 11100010 | 10110010 | 10011 | 0 | 10101 | 1011100 | 1011 | 101110 | 1010100 | 110000 |
Color Harmonies of #E2B213
Complementary color
Monochromatic Colors of #E2B213
Black with #E2B213
Text Example
Text Example
White with #E2B213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B213; }
p { color: rgb(226,178,19); }
H1.HeaderClassName
{
color: #E2B213;
}
.AnyTagClassName
{
color: #E2B213;
}
</style>
background-color css
<style>
a { background-color: #E2B213; }
a { background-color: rgb(226,178,19); }
div.DivClassName
{
background-color: #E2B213;
}
.BgClassName
{
background-color: #E2B213;
}
</style>
border-color css
<style>
span { border-color: #E2B213; }
span { border-color: rgb(226,178,19); }
td.TdClassName
{
border-color: #E2B213;
}
.TagClassName
{
border-color: #E2B213;
}
</style>