Shades of Sunflower #E6B614
Tints of Sunflower #E6B614
RGB
CMYK
RGB Variations
Color information
#E6B614 (or 0xE6B614) is known color: Sunflower. HEX triplet: E6, B6 and 14. RGB value is (230,182,20). Sum of RGB (Red+Green+Blue) = 230+182+20=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B614 is #1949EB. Grayscale: #B2B2B2. Windows color (decimal): -1657324 or 1357542. OLE color: 1357542.
HSL color Cylindrical-coordinate representation of color #E6B614: hue angle of 46.29º degrees, saturation: 0.84, 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 #E6B614 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 20 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.10 |
| HSL | 46.29º | 0.84% | 0.49% | - |
| HSV(B) | 46.29º | 0.91% | 0.9% | - |
| XYZ | 49.49 | 50.33 | 7.77 | - |
| YUV | 177.88 | 38.9 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 20 | 0 | 0.21 | 0.91 | 0.10 | 46.29 | 0.84 | 0.49 |
| Hex | E6 | B6 | 14 | 0 | 15 | 5B | A | 2E | 54 | 31 |
| Octal | 346 | 266 | 24 | 0 | 25 | 133 | 12 | 56 | 124 | 61 |
| Binary | 11100110 | 10110110 | 10100 | 0 | 10101 | 1011011 | 1010 | 101110 | 1010100 | 110001 |
Color Harmonies of #E6B614
Complementary color
Monochromatic Colors of #E6B614
Black with #E6B614
Text Example
Text Example
White with #E6B614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B614; }
p { color: rgb(230,182,20); }
H1.HeaderClassName
{
color: #E6B614;
}
.AnyTagClassName
{
color: #E6B614;
}
</style>
background-color css
<style>
a { background-color: #E6B614; }
a { background-color: rgb(230,182,20); }
div.DivClassName
{
background-color: #E6B614;
}
.BgClassName
{
background-color: #E6B614;
}
</style>
border-color css
<style>
span { border-color: #E6B614; }
span { border-color: rgb(230,182,20); }
td.TdClassName
{
border-color: #E6B614;
}
.TagClassName
{
border-color: #E6B614;
}
</style>