Shades of Sunflower #E3B40C
Tints of Sunflower #E3B40C
RGB
CMYK
RGB Variations
Color information
#E3B40C (or 0xE3B40C) is known color: Sunflower. HEX triplet: E3, B4 and 0C. RGB value is (227,180,12). Sum of RGB (Red+Green+Blue) = 227+180+12=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B40C is #1C4BF3. Grayscale: #AFAFAF. Windows color (decimal): -1854452 or 832739. OLE color: 832739.
HSL color Cylindrical-coordinate representation of color #E3B40C: hue angle of 46.88º 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 #E3B40C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 180 | 12 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.11 |
| HSL | 46.88º | 0.9% | 0.47% | - |
| HSV(B) | 46.88º | 0.95% | 0.89% | - |
| XYZ | 48.07 | 49 | 7.27 | - |
| YUV | 174.9 | 36.07 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 180 | 12 | 0 | 0.21 | 0.95 | 0.11 | 46.88 | 0.9 | 0.47 |
| Hex | E3 | B4 | C | 0 | 15 | 5F | B | 2F | 5A | 2F |
| Octal | 343 | 264 | 14 | 0 | 25 | 137 | 13 | 57 | 132 | 57 |
| Binary | 11100011 | 10110100 | 1100 | 0 | 10101 | 1011111 | 1011 | 101111 | 1011010 | 101111 |
Color Harmonies of #E3B40C
Complementary color
Monochromatic Colors of #E3B40C
Black with #E3B40C
Text Example
Text Example
White with #E3B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B40C; }
p { color: rgb(227,180,12); }
H1.HeaderClassName
{
color: #E3B40C;
}
.AnyTagClassName
{
color: #E3B40C;
}
</style>
background-color css
<style>
a { background-color: #E3B40C; }
a { background-color: rgb(227,180,12); }
div.DivClassName
{
background-color: #E3B40C;
}
.BgClassName
{
background-color: #E3B40C;
}
</style>
border-color css
<style>
span { border-color: #E3B40C; }
span { border-color: rgb(227,180,12); }
td.TdClassName
{
border-color: #E3B40C;
}
.TagClassName
{
border-color: #E3B40C;
}
</style>