Shades of Sunflower #E0BB0C
Tints of Sunflower #E0BB0C
RGB
CMYK
RGB Variations
Color information
#E0BB0C (or 0xE0BB0C) is known color: Sunflower. HEX triplet: E0, BB and 0C. RGB value is (224,187,12). Sum of RGB (Red+Green+Blue) = 224+187+12=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BB0C is #1F44F3. Grayscale: #B2B2B2. Windows color (decimal): -2049268 or 834528. OLE color: 834528.
HSL color Cylindrical-coordinate representation of color #E0BB0C: hue angle of 49.53º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0BB0C is Cyan = 0, Magento = 0.17, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 187 | 12 | - |
| CMYK | 0 | 0.17 | 0.95 | 0.12 |
| HSL | 49.53º | 0.9% | 0.46% | - |
| HSV(B) | 49.53º | 0.95% | 0.88% | - |
| XYZ | 48.58 | 51.41 | 7.71 | - |
| YUV | 178.11 | 34.26 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 187 | 12 | 0 | 0.17 | 0.95 | 0.12 | 49.53 | 0.9 | 0.46 |
| Hex | E0 | BB | C | 0 | 11 | 5F | C | 32 | 5A | 2E |
| Octal | 340 | 273 | 14 | 0 | 21 | 137 | 14 | 62 | 132 | 56 |
| Binary | 11100000 | 10111011 | 1100 | 0 | 10001 | 1011111 | 1100 | 110010 | 1011010 | 101110 |
Color Harmonies of #E0BB0C
Complementary color
Monochromatic Colors of #E0BB0C
Black with #E0BB0C
Text Example
Text Example
White with #E0BB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BB0C; }
p { color: rgb(224,187,12); }
H1.HeaderClassName
{
color: #E0BB0C;
}
.AnyTagClassName
{
color: #E0BB0C;
}
</style>
background-color css
<style>
a { background-color: #E0BB0C; }
a { background-color: rgb(224,187,12); }
div.DivClassName
{
background-color: #E0BB0C;
}
.BgClassName
{
background-color: #E0BB0C;
}
</style>
border-color css
<style>
span { border-color: #E0BB0C; }
span { border-color: rgb(224,187,12); }
td.TdClassName
{
border-color: #E0BB0C;
}
.TagClassName
{
border-color: #E0BB0C;
}
</style>