Shades of Sunflower #E6BA0A
Tints of Sunflower #E6BA0A
RGB
CMYK
RGB Variations
Color information
#E6BA0A (or 0xE6BA0A) is known color: Sunflower. HEX triplet: E6, BA and 0A. RGB value is (230,186,10). Sum of RGB (Red+Green+Blue) = 230+186+10=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BA0A is #1945F5. Grayscale: #B3B3B3. Windows color (decimal): -1656310 or 703206. OLE color: 703206.
HSL color Cylindrical-coordinate representation of color #E6BA0A: hue angle of 48º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6BA0A is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 10 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.10 |
| HSL | 48º | 0.92% | 0.47% | - |
| HSV(B) | 48º | 0.96% | 0.9% | - |
| XYZ | 50.25 | 51.96 | 7.67 | - |
| YUV | 179.09 | 32.58 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 10 | 0 | 0.19 | 0.96 | 0.10 | 48 | 0.92 | 0.47 |
| Hex | E6 | BA | A | 0 | 13 | 60 | A | 30 | 5C | 2F |
| Octal | 346 | 272 | 12 | 0 | 23 | 140 | 12 | 60 | 134 | 57 |
| Binary | 11100110 | 10111010 | 1010 | 0 | 10011 | 1100000 | 1010 | 110000 | 1011100 | 101111 |
Color Harmonies of #E6BA0A
Complementary color
Monochromatic Colors of #E6BA0A
Black with #E6BA0A
Text Example
Text Example
White with #E6BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA0A; }
p { color: rgb(230,186,10); }
H1.HeaderClassName
{
color: #E6BA0A;
}
.AnyTagClassName
{
color: #E6BA0A;
}
</style>
background-color css
<style>
a { background-color: #E6BA0A; }
a { background-color: rgb(230,186,10); }
div.DivClassName
{
background-color: #E6BA0A;
}
.BgClassName
{
background-color: #E6BA0A;
}
</style>
border-color css
<style>
span { border-color: #E6BA0A; }
span { border-color: rgb(230,186,10); }
td.TdClassName
{
border-color: #E6BA0A;
}
.TagClassName
{
border-color: #E6BA0A;
}
</style>