Shades of Sunflower #E0BB1D
Tints of Sunflower #E0BB1D
RGB
CMYK
RGB Variations
Color information
#E0BB1D (or 0xE0BB1D) is known color: Sunflower. HEX triplet: E0, BB and 1D. RGB value is (224,187,29). Sum of RGB (Red+Green+Blue) = 224+187+29=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BB1D is #1F44E2. Grayscale: #B4B4B4. Windows color (decimal): -2049251 or 1948640. OLE color: 1948640.
HSL color Cylindrical-coordinate representation of color #E0BB1D: hue angle of 48.62º 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 #E0BB1D is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 29 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.12 |
| HSL | 48.62º | 0.77% | 0.5% | - |
| HSV(B) | 48.62º | 0.87% | 0.88% | - |
| XYZ | 48.73 | 51.48 | 8.53 | - |
| YUV | 180.05 | 42.76 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 29 | 0 | 0.17 | 0.87 | 0.12 | 48.62 | 0.77 | 0.5 |
| Hex | E0 | BB | 1D | 0 | 11 | 57 | C | 31 | 4D | 32 |
| Octal | 340 | 273 | 35 | 0 | 21 | 127 | 14 | 61 | 115 | 62 |
| Binary | 11100000 | 10111011 | 11101 | 0 | 10001 | 1010111 | 1100 | 110001 | 1001101 | 110010 |
Color Harmonies of #E0BB1D
Complementary color
Monochromatic Colors of #E0BB1D
Black with #E0BB1D
Text Example
Text Example
White with #E0BB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB1D; }
p { color: rgb(224,187,29); }
H1.HeaderClassName
{
color: #E0BB1D;
}
.AnyTagClassName
{
color: #E0BB1D;
}
</style>
background-color css
<style>
a { background-color: #E0BB1D; }
a { background-color: rgb(224,187,29); }
div.DivClassName
{
background-color: #E0BB1D;
}
.BgClassName
{
background-color: #E0BB1D;
}
</style>
border-color css
<style>
span { border-color: #E0BB1D; }
span { border-color: rgb(224,187,29); }
td.TdClassName
{
border-color: #E0BB1D;
}
.TagClassName
{
border-color: #E0BB1D;
}
</style>