Shades of Sunflower #E2BE0B
Tints of Sunflower #E2BE0B
RGB
CMYK
RGB Variations
Color information
#E2BE0B (or 0xE2BE0B) is known color: Sunflower. HEX triplet: E2, BE and 0B. RGB value is (226,190,11). Sum of RGB (Red+Green+Blue) = 226+190+11=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BE0B is #1D41F4. Grayscale: #B5B5B5. Windows color (decimal): -1917429 or 769762. OLE color: 769762.
HSL color Cylindrical-coordinate representation of color #E2BE0B: hue angle of 49.95º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2BE0B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 11 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.11 |
| HSL | 49.95º | 0.91% | 0.46% | - |
| HSV(B) | 49.95º | 0.95% | 0.89% | - |
| XYZ | 49.84 | 53.02 | 7.92 | - |
| YUV | 180.36 | 32.43 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 11 | 0 | 0.16 | 0.95 | 0.11 | 49.95 | 0.91 | 0.46 |
| Hex | E2 | BE | B | 0 | 10 | 5F | B | 32 | 5B | 2E |
| Octal | 342 | 276 | 13 | 0 | 20 | 137 | 13 | 62 | 133 | 56 |
| Binary | 11100010 | 10111110 | 1011 | 0 | 10000 | 1011111 | 1011 | 110010 | 1011011 | 101110 |
Color Harmonies of #E2BE0B
Complementary color
Monochromatic Colors of #E2BE0B
Black with #E2BE0B
Text Example
Text Example
White with #E2BE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE0B; }
p { color: rgb(226,190,11); }
H1.HeaderClassName
{
color: #E2BE0B;
}
.AnyTagClassName
{
color: #E2BE0B;
}
</style>
background-color css
<style>
a { background-color: #E2BE0B; }
a { background-color: rgb(226,190,11); }
div.DivClassName
{
background-color: #E2BE0B;
}
.BgClassName
{
background-color: #E2BE0B;
}
</style>
border-color css
<style>
span { border-color: #E2BE0B; }
span { border-color: rgb(226,190,11); }
td.TdClassName
{
border-color: #E2BE0B;
}
.TagClassName
{
border-color: #E2BE0B;
}
</style>