Shades of Sunflower #E0BC1D
Tints of Sunflower #E0BC1D
RGB
CMYK
RGB Variations
Color information
#E0BC1D (or 0xE0BC1D) is known color: Sunflower. HEX triplet: E0, BC and 1D. RGB value is (224,188,29). Sum of RGB (Red+Green+Blue) = 224+188+29=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BC1D is #1F43E2. Grayscale: #B5B5B5. Windows color (decimal): -2048995 or 1948896. OLE color: 1948896.
HSL color Cylindrical-coordinate representation of color #E0BC1D: hue angle of 48.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0BC1D is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 188 | 29 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.12 |
| HSL | 48.92º | 0.77% | 0.5% | - |
| HSV(B) | 48.92º | 0.87% | 0.88% | - |
| XYZ | 48.95 | 51.9 | 8.6 | - |
| YUV | 180.64 | 42.43 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 188 | 29 | 0 | 0.16 | 0.87 | 0.12 | 48.92 | 0.77 | 0.5 |
| Hex | E0 | BC | 1D | 0 | 10 | 57 | C | 31 | 4D | 32 |
| Octal | 340 | 274 | 35 | 0 | 20 | 127 | 14 | 61 | 115 | 62 |
| Binary | 11100000 | 10111100 | 11101 | 0 | 10000 | 1010111 | 1100 | 110001 | 1001101 | 110010 |
Color Harmonies of #E0BC1D
Complementary color
Monochromatic Colors of #E0BC1D
Black with #E0BC1D
Text Example
Text Example
White with #E0BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BC1D; }
p { color: rgb(224,188,29); }
H1.HeaderClassName
{
color: #E0BC1D;
}
.AnyTagClassName
{
color: #E0BC1D;
}
</style>
background-color css
<style>
a { background-color: #E0BC1D; }
a { background-color: rgb(224,188,29); }
div.DivClassName
{
background-color: #E0BC1D;
}
.BgClassName
{
background-color: #E0BC1D;
}
</style>
border-color css
<style>
span { border-color: #E0BC1D; }
span { border-color: rgb(224,188,29); }
td.TdClassName
{
border-color: #E0BC1D;
}
.TagClassName
{
border-color: #E0BC1D;
}
</style>