Shades of Sunflower #E2BC06
Tints of Sunflower #E2BC06
RGB
CMYK
RGB Variations
Color information
#E2BC06 (or 0xE2BC06) is known color: Sunflower. HEX triplet: E2, BC and 06. RGB value is (226,188,6). Sum of RGB (Red+Green+Blue) = 226+188+6=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 6 (2.73% from 255 or 1.43% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BC06 is #1D43F9. Grayscale: #B3B3B3. Windows color (decimal): -1917946 or 441570. OLE color: 441570.
HSL color Cylindrical-coordinate representation of color #E2BC06: hue angle of 49.64º 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 #E2BC06 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 188 | 6 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.11 |
| HSL | 49.64º | 0.95% | 0.45% | - |
| HSV(B) | 49.64º | 0.97% | 0.89% | - |
| XYZ | 49.38 | 52.15 | 7.64 | - |
| YUV | 178.61 | 30.59 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 188 | 6 | 0 | 0.17 | 0.97 | 0.11 | 49.64 | 0.95 | 0.45 |
| Hex | E2 | BC | 6 | 0 | 11 | 61 | B | 32 | 5F | 2D |
| Octal | 342 | 274 | 6 | 0 | 21 | 141 | 13 | 62 | 137 | 55 |
| Binary | 11100010 | 10111100 | 110 | 0 | 10001 | 1100001 | 1011 | 110010 | 1011111 | 101101 |
Color Harmonies of #E2BC06
Complementary color
Monochromatic Colors of #E2BC06
Black with #E2BC06
Text Example
Text Example
White with #E2BC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BC06; }
p { color: rgb(226,188,6); }
H1.HeaderClassName
{
color: #E2BC06;
}
.AnyTagClassName
{
color: #E2BC06;
}
</style>
background-color css
<style>
a { background-color: #E2BC06; }
a { background-color: rgb(226,188,6); }
div.DivClassName
{
background-color: #E2BC06;
}
.BgClassName
{
background-color: #E2BC06;
}
</style>
border-color css
<style>
span { border-color: #E2BC06; }
span { border-color: rgb(226,188,6); }
td.TdClassName
{
border-color: #E2BC06;
}
.TagClassName
{
border-color: #E2BC06;
}
</style>