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