Shades of Sunflower #E3BB1B
Tints of Sunflower #E3BB1B
RGB
CMYK
RGB Variations
Color information
#E3BB1B (or 0xE3BB1B) is known color: Sunflower. HEX triplet: E3, BB and 1B. RGB value is (227,187,27). Sum of RGB (Red+Green+Blue) = 227+187+27=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BB1B is #1C44E4. Grayscale: #B5B5B5. Windows color (decimal): -1852645 or 1817571. OLE color: 1817571.
HSL color Cylindrical-coordinate representation of color #E3BB1B: hue angle of 48º degrees, saturation: 0.79, 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 #E3BB1B is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 187 | 27 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.11 |
| HSL | 48º | 0.79% | 0.5% | - |
| HSV(B) | 48º | 0.88% | 0.89% | - |
| XYZ | 49.65 | 51.95 | 8.45 | - |
| YUV | 180.72 | 41.25 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 187 | 27 | 0 | 0.18 | 0.88 | 0.11 | 48 | 0.79 | 0.5 |
| Hex | E3 | BB | 1B | 0 | 12 | 58 | B | 30 | 4F | 32 |
| Octal | 343 | 273 | 33 | 0 | 22 | 130 | 13 | 60 | 117 | 62 |
| Binary | 11100011 | 10111011 | 11011 | 0 | 10010 | 1011000 | 1011 | 110000 | 1001111 | 110010 |
Color Harmonies of #E3BB1B
Complementary color
Monochromatic Colors of #E3BB1B
Black with #E3BB1B
Text Example
Text Example
White with #E3BB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BB1B; }
p { color: rgb(227,187,27); }
H1.HeaderClassName
{
color: #E3BB1B;
}
.AnyTagClassName
{
color: #E3BB1B;
}
</style>
background-color css
<style>
a { background-color: #E3BB1B; }
a { background-color: rgb(227,187,27); }
div.DivClassName
{
background-color: #E3BB1B;
}
.BgClassName
{
background-color: #E3BB1B;
}
</style>
border-color css
<style>
span { border-color: #E3BB1B; }
span { border-color: rgb(227,187,27); }
td.TdClassName
{
border-color: #E3BB1B;
}
.TagClassName
{
border-color: #E3BB1B;
}
</style>