Shades of Sunflower #E6B615
Tints of Sunflower #E6B615
RGB
CMYK
RGB Variations
Color information
#E6B615 (or 0xE6B615) is known color: Sunflower. HEX triplet: E6, B6 and 15. RGB value is (230,182,21). Sum of RGB (Red+Green+Blue) = 230+182+21=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B615 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B615 is #1949EA. Grayscale: #B2B2B2. Windows color (decimal): -1657323 or 1423078. OLE color: 1423078.
HSL color Cylindrical-coordinate representation of color #E6B615: hue angle of 46.22º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6B615 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 21 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.10 |
| HSL | 46.22º | 0.83% | 0.49% | - |
| HSV(B) | 46.22º | 0.91% | 0.9% | - |
| XYZ | 49.5 | 50.33 | 7.82 | - |
| YUV | 178 | 39.4 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 21 | 0 | 0.21 | 0.91 | 0.10 | 46.22 | 0.83 | 0.49 |
| Hex | E6 | B6 | 15 | 0 | 15 | 5B | A | 2E | 53 | 31 |
| Octal | 346 | 266 | 25 | 0 | 25 | 133 | 12 | 56 | 123 | 61 |
| Binary | 11100110 | 10110110 | 10101 | 0 | 10101 | 1011011 | 1010 | 101110 | 1010011 | 110001 |
Color Harmonies of #E6B615
Complementary color
Monochromatic Colors of #E6B615
Black with #E6B615
Text Example
Text Example
White with #E6B615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B615; }
p { color: rgb(230,182,21); }
H1.HeaderClassName
{
color: #E6B615;
}
.AnyTagClassName
{
color: #E6B615;
}
</style>
background-color css
<style>
a { background-color: #E6B615; }
a { background-color: rgb(230,182,21); }
div.DivClassName
{
background-color: #E6B615;
}
.BgClassName
{
background-color: #E6B615;
}
</style>
border-color css
<style>
span { border-color: #E6B615; }
span { border-color: rgb(230,182,21); }
td.TdClassName
{
border-color: #E6B615;
}
.TagClassName
{
border-color: #E6B615;
}
</style>