Shades of Sunflower #E2B10C
Tints of Sunflower #E2B10C
RGB
CMYK
RGB Variations
Color information
#E2B10C (or 0xE2B10C) is known color: Sunflower. HEX triplet: E2, B1 and 0C. RGB value is (226,177,12). Sum of RGB (Red+Green+Blue) = 226+177+12=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 177 (69.53% from 255 or 42.65% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2B10C is #1D4EF3. Grayscale: #ADADAD. Windows color (decimal): -1920756 or 831970. OLE color: 831970.
HSL color Cylindrical-coordinate representation of color #E2B10C: hue angle of 46.26º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2B10C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.11 |
| HSL | 46.26º | 0.9% | 0.47% | - |
| HSV(B) | 46.26º | 0.95% | 0.89% | - |
| XYZ | 47.15 | 47.64 | 7.06 | - |
| YUV | 172.84 | 37.23 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 12 | 0 | 0.22 | 0.95 | 0.11 | 46.26 | 0.9 | 0.47 |
| Hex | E2 | B1 | C | 0 | 16 | 5F | B | 2E | 5A | 2F |
| Octal | 342 | 261 | 14 | 0 | 26 | 137 | 13 | 56 | 132 | 57 |
| Binary | 11100010 | 10110001 | 1100 | 0 | 10110 | 1011111 | 1011 | 101110 | 1011010 | 101111 |
Color Harmonies of #E2B10C
Complementary color
Monochromatic Colors of #E2B10C
Black with #E2B10C
Text Example
Text Example
White with #E2B10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B10C; }
p { color: rgb(226,177,12); }
H1.HeaderClassName
{
color: #E2B10C;
}
.AnyTagClassName
{
color: #E2B10C;
}
</style>
background-color css
<style>
a { background-color: #E2B10C; }
a { background-color: rgb(226,177,12); }
div.DivClassName
{
background-color: #E2B10C;
}
.BgClassName
{
background-color: #E2B10C;
}
</style>
border-color css
<style>
span { border-color: #E2B10C; }
span { border-color: rgb(226,177,12); }
td.TdClassName
{
border-color: #E2B10C;
}
.TagClassName
{
border-color: #E2B10C;
}
</style>