Shades of Sunflower #E6BA16
Tints of Sunflower #E6BA16
RGB
CMYK
RGB Variations
Color information
#E6BA16 (or 0xE6BA16) is known color: Sunflower. HEX triplet: E6, BA and 16. RGB value is (230,186,22). Sum of RGB (Red+Green+Blue) = 230+186+22=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BA16 is #1945E9. Grayscale: #B5B5B5. Windows color (decimal): -1656298 or 1489638. OLE color: 1489638.
HSL color Cylindrical-coordinate representation of color #E6BA16: hue angle of 47.31º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6BA16 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 22 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.10 |
| HSL | 47.31º | 0.83% | 0.49% | - |
| HSV(B) | 47.31º | 0.9% | 0.9% | - |
| XYZ | 50.34 | 52 | 8.14 | - |
| YUV | 180.46 | 38.58 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 22 | 0 | 0.19 | 0.90 | 0.10 | 47.31 | 0.83 | 0.49 |
| Hex | E6 | BA | 16 | 0 | 13 | 5A | A | 2F | 53 | 31 |
| Octal | 346 | 272 | 26 | 0 | 23 | 132 | 12 | 57 | 123 | 61 |
| Binary | 11100110 | 10111010 | 10110 | 0 | 10011 | 1011010 | 1010 | 101111 | 1010011 | 110001 |
Color Harmonies of #E6BA16
Complementary color
Monochromatic Colors of #E6BA16
Black with #E6BA16
Text Example
Text Example
White with #E6BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA16; }
p { color: rgb(230,186,22); }
H1.HeaderClassName
{
color: #E6BA16;
}
.AnyTagClassName
{
color: #E6BA16;
}
</style>
background-color css
<style>
a { background-color: #E6BA16; }
a { background-color: rgb(230,186,22); }
div.DivClassName
{
background-color: #E6BA16;
}
.BgClassName
{
background-color: #E6BA16;
}
</style>
border-color css
<style>
span { border-color: #E6BA16; }
span { border-color: rgb(230,186,22); }
td.TdClassName
{
border-color: #E6BA16;
}
.TagClassName
{
border-color: #E6BA16;
}
</style>