Shades of Sunflower #E0BE00
Tints of Sunflower #E0BE00
RGB
CMYK
RGB Variations
Color information
#E0BE00 (or 0xE0BE00) is known color: Sunflower. HEX triplet: E0, BE and 00. RGB value is (224,190,0). Sum of RGB (Red+Green+Blue) = 224+190+0=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0BE00 is #1F41FF. Grayscale: #B3B3B3. Windows color (decimal): -2048512 or 48864. OLE color: 48864.
HSL color Cylindrical-coordinate representation of color #E0BE00: hue angle of 50.89º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0BE00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.12 |
| HSL | 50.89º | 1% | 0.44% | - |
| HSV(B) | 50.89º | 1% | 0.88% | - |
| XYZ | 49.15 | 52.67 | 7.58 | - |
| YUV | 178.51 | 27.26 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 0 | 0 | 0.15 | 1 | 0.12 | 50.89 | 1 | 0.44 |
| Hex | E0 | BE | 0 | 0 | F | 64 | C | 33 | 64 | 2C |
| Octal | 340 | 276 | 0 | 0 | 17 | 144 | 14 | 63 | 144 | 54 |
| Binary | 11100000 | 10111110 | 0 | 0 | 1111 | 1100100 | 1100 | 110011 | 1100100 | 101100 |
Color Harmonies of #E0BE00
Complementary color
Monochromatic Colors of #E0BE00
Black with #E0BE00
Text Example
Text Example
White with #E0BE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BE00; }
p { color: rgb(224,190,0); }
H1.HeaderClassName
{
color: #E0BE00;
}
.AnyTagClassName
{
color: #E0BE00;
}
</style>
background-color css
<style>
a { background-color: #E0BE00; }
a { background-color: rgb(224,190,0); }
div.DivClassName
{
background-color: #E0BE00;
}
.BgClassName
{
background-color: #E0BE00;
}
</style>
border-color css
<style>
span { border-color: #E0BE00; }
span { border-color: rgb(224,190,0); }
td.TdClassName
{
border-color: #E0BE00;
}
.TagClassName
{
border-color: #E0BE00;
}
</style>