Shades of Sunflower #E5BE1B
Tints of Sunflower #E5BE1B
RGB
CMYK
RGB Variations
Color information
#E5BE1B (or 0xE5BE1B) is known color: Sunflower. HEX triplet: E5, BE and 1B. RGB value is (229,190,27). Sum of RGB (Red+Green+Blue) = 229+190+27=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BE1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BE1B is #1A41E4. Grayscale: #B7B7B7. Windows color (decimal): -1720805 or 1818341. OLE color: 1818341.
HSL color Cylindrical-coordinate representation of color #E5BE1B: hue angle of 48.42º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5BE1B is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 190 | 27 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.10 |
| HSL | 48.42º | 0.8% | 0.5% | - |
| HSV(B) | 48.42º | 0.88% | 0.9% | - |
| XYZ | 50.92 | 53.56 | 8.69 | - |
| YUV | 183.08 | 39.92 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 190 | 27 | 0 | 0.17 | 0.88 | 0.10 | 48.42 | 0.8 | 0.5 |
| Hex | E5 | BE | 1B | 0 | 11 | 58 | A | 30 | 50 | 32 |
| Octal | 345 | 276 | 33 | 0 | 21 | 130 | 12 | 60 | 120 | 62 |
| Binary | 11100101 | 10111110 | 11011 | 0 | 10001 | 1011000 | 1010 | 110000 | 1010000 | 110010 |
Color Harmonies of #E5BE1B
Complementary color
Monochromatic Colors of #E5BE1B
Black with #E5BE1B
Text Example
Text Example
White with #E5BE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BE1B; }
p { color: rgb(229,190,27); }
H1.HeaderClassName
{
color: #E5BE1B;
}
.AnyTagClassName
{
color: #E5BE1B;
}
</style>
background-color css
<style>
a { background-color: #E5BE1B; }
a { background-color: rgb(229,190,27); }
div.DivClassName
{
background-color: #E5BE1B;
}
.BgClassName
{
background-color: #E5BE1B;
}
</style>
border-color css
<style>
span { border-color: #E5BE1B; }
span { border-color: rgb(229,190,27); }
td.TdClassName
{
border-color: #E5BE1B;
}
.TagClassName
{
border-color: #E5BE1B;
}
</style>