Shades of Sunflower #E0BD1E
Tints of Sunflower #E0BD1E
RGB
CMYK
RGB Variations
Color information
#E0BD1E (or 0xE0BD1E) is known color: Sunflower. HEX triplet: E0, BD and 1E. RGB value is (224,189,30). Sum of RGB (Red+Green+Blue) = 224+189+30=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BD1E is #1F42E1. Grayscale: #B6B6B6. Windows color (decimal): -2048738 or 2014688. OLE color: 2014688.
HSL color Cylindrical-coordinate representation of color #E0BD1E: hue angle of 49.18º degrees, saturation: 0.76, 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 #E0BD1E is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 189 | 30 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.12 |
| HSL | 49.18º | 0.76% | 0.5% | - |
| HSV(B) | 49.18º | 0.87% | 0.88% | - |
| XYZ | 49.17 | 52.34 | 8.74 | - |
| YUV | 181.34 | 42.6 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 189 | 30 | 0 | 0.16 | 0.87 | 0.12 | 49.18 | 0.76 | 0.5 |
| Hex | E0 | BD | 1E | 0 | 10 | 57 | C | 31 | 4C | 32 |
| Octal | 340 | 275 | 36 | 0 | 20 | 127 | 14 | 61 | 114 | 62 |
| Binary | 11100000 | 10111101 | 11110 | 0 | 10000 | 1010111 | 1100 | 110001 | 1001100 | 110010 |
Color Harmonies of #E0BD1E
Complementary color
Monochromatic Colors of #E0BD1E
Black with #E0BD1E
Text Example
Text Example
White with #E0BD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BD1E; }
p { color: rgb(224,189,30); }
H1.HeaderClassName
{
color: #E0BD1E;
}
.AnyTagClassName
{
color: #E0BD1E;
}
</style>
background-color css
<style>
a { background-color: #E0BD1E; }
a { background-color: rgb(224,189,30); }
div.DivClassName
{
background-color: #E0BD1E;
}
.BgClassName
{
background-color: #E0BD1E;
}
</style>
border-color css
<style>
span { border-color: #E0BD1E; }
span { border-color: rgb(224,189,30); }
td.TdClassName
{
border-color: #E0BD1E;
}
.TagClassName
{
border-color: #E0BD1E;
}
</style>