Shades of Sunflower #E2B30F
Tints of Sunflower #E2B30F
RGB
CMYK
RGB Variations
Color information
#E2B30F (or 0xE2B30F) is known color: Sunflower. HEX triplet: E2, B3 and 0F. RGB value is (226,179,15). Sum of RGB (Red+Green+Blue) = 226+179+15=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B30F is #1D4CF0. Grayscale: #AFAFAF. Windows color (decimal): -1920241 or 1029090. OLE color: 1029090.
HSL color Cylindrical-coordinate representation of color #E2B30F: hue angle of 46.64º degrees, saturation: 0.88, 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 #E2B30F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 15 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.11 |
| HSL | 46.64º | 0.88% | 0.47% | - |
| HSV(B) | 46.64º | 0.93% | 0.89% | - |
| XYZ | 47.57 | 48.44 | 7.3 | - |
| YUV | 174.36 | 38.07 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 15 | 0 | 0.21 | 0.93 | 0.11 | 46.64 | 0.88 | 0.47 |
| Hex | E2 | B3 | F | 0 | 15 | 5D | B | 2F | 58 | 2F |
| Octal | 342 | 263 | 17 | 0 | 25 | 135 | 13 | 57 | 130 | 57 |
| Binary | 11100010 | 10110011 | 1111 | 0 | 10101 | 1011101 | 1011 | 101111 | 1011000 | 101111 |
Color Harmonies of #E2B30F
Complementary color
Monochromatic Colors of #E2B30F
Black with #E2B30F
Text Example
Text Example
White with #E2B30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B30F; }
p { color: rgb(226,179,15); }
H1.HeaderClassName
{
color: #E2B30F;
}
.AnyTagClassName
{
color: #E2B30F;
}
</style>
background-color css
<style>
a { background-color: #E2B30F; }
a { background-color: rgb(226,179,15); }
div.DivClassName
{
background-color: #E2B30F;
}
.BgClassName
{
background-color: #E2B30F;
}
</style>
border-color css
<style>
span { border-color: #E2B30F; }
span { border-color: rgb(226,179,15); }
td.TdClassName
{
border-color: #E2B30F;
}
.TagClassName
{
border-color: #E2B30F;
}
</style>