Shades of Sunflower #E2BE06
Tints of Sunflower #E2BE06
RGB
CMYK
RGB Variations
Color information
#E2BE06 (or 0xE2BE06) is known color: Sunflower. HEX triplet: E2, BE and 06. RGB value is (226,190,6). Sum of RGB (Red+Green+Blue) = 226+190+6=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BE06 is #1D41F9. Grayscale: #B4B4B4. Windows color (decimal): -1917434 or 442082. OLE color: 442082.
HSL color Cylindrical-coordinate representation of color #E2BE06: hue angle of 50.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2BE06 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.11 |
| HSL | 50.18º | 0.95% | 0.45% | - |
| HSV(B) | 50.18º | 0.97% | 0.89% | - |
| XYZ | 49.81 | 53.01 | 7.78 | - |
| YUV | 179.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 6 | 0 | 0.16 | 0.97 | 0.11 | 50.18 | 0.95 | 0.45 |
| Hex | E2 | BE | 6 | 0 | 10 | 61 | B | 32 | 5F | 2D |
| Octal | 342 | 276 | 6 | 0 | 20 | 141 | 13 | 62 | 137 | 55 |
| Binary | 11100010 | 10111110 | 110 | 0 | 10000 | 1100001 | 1011 | 110010 | 1011111 | 101101 |
Color Harmonies of #E2BE06
Complementary color
Monochromatic Colors of #E2BE06
Black with #E2BE06
Text Example
Text Example
White with #E2BE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE06; }
p { color: rgb(226,190,6); }
H1.HeaderClassName
{
color: #E2BE06;
}
.AnyTagClassName
{
color: #E2BE06;
}
</style>
background-color css
<style>
a { background-color: #E2BE06; }
a { background-color: rgb(226,190,6); }
div.DivClassName
{
background-color: #E2BE06;
}
.BgClassName
{
background-color: #E2BE06;
}
</style>
border-color css
<style>
span { border-color: #E2BE06; }
span { border-color: rgb(226,190,6); }
td.TdClassName
{
border-color: #E2BE06;
}
.TagClassName
{
border-color: #E2BE06;
}
</style>