Shades of Sunflower #E3BC1C
Tints of Sunflower #E3BC1C
RGB
CMYK
RGB Variations
Color information
#E3BC1C (or 0xE3BC1C) is known color: Sunflower. HEX triplet: E3, BC and 1C. RGB value is (227,188,28). Sum of RGB (Red+Green+Blue) = 227+188+28=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BC1C is #1C43E3. Grayscale: #B6B6B6. Windows color (decimal): -1852388 or 1883363. OLE color: 1883363.
HSL color Cylindrical-coordinate representation of color #E3BC1C: hue angle of 48.24º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3BC1C is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 28 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.11 |
| HSL | 48.24º | 0.78% | 0.5% | - |
| HSV(B) | 48.24º | 0.88% | 0.89% | - |
| XYZ | 49.87 | 52.38 | 8.58 | - |
| YUV | 181.42 | 41.42 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 28 | 0 | 0.17 | 0.88 | 0.11 | 48.24 | 0.78 | 0.5 |
| Hex | E3 | BC | 1C | 0 | 11 | 58 | B | 30 | 4E | 32 |
| Octal | 343 | 274 | 34 | 0 | 21 | 130 | 13 | 60 | 116 | 62 |
| Binary | 11100011 | 10111100 | 11100 | 0 | 10001 | 1011000 | 1011 | 110000 | 1001110 | 110010 |
Color Harmonies of #E3BC1C
Complementary color
Monochromatic Colors of #E3BC1C
Black with #E3BC1C
Text Example
Text Example
White with #E3BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BC1C; }
p { color: rgb(227,188,28); }
H1.HeaderClassName
{
color: #E3BC1C;
}
.AnyTagClassName
{
color: #E3BC1C;
}
</style>
background-color css
<style>
a { background-color: #E3BC1C; }
a { background-color: rgb(227,188,28); }
div.DivClassName
{
background-color: #E3BC1C;
}
.BgClassName
{
background-color: #E3BC1C;
}
</style>
border-color css
<style>
span { border-color: #E3BC1C; }
span { border-color: rgb(227,188,28); }
td.TdClassName
{
border-color: #E3BC1C;
}
.TagClassName
{
border-color: #E3BC1C;
}
</style>