Shades of Sunflower #E6B513
Tints of Sunflower #E6B513
RGB
CMYK
RGB Variations
Color information
#E6B513 (or 0xE6B513) is known color: Sunflower. HEX triplet: E6, B5 and 13. RGB value is (230,181,19). Sum of RGB (Red+Green+Blue) = 230+181+19=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6B513 is #194AEC. Grayscale: #B1B1B1. Windows color (decimal): -1657581 or 1291750. OLE color: 1291750.
HSL color Cylindrical-coordinate representation of color #E6B513: hue angle of 46.07º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6B513 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 181 | 19 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.10 |
| HSL | 46.07º | 0.85% | 0.49% | - |
| HSV(B) | 46.07º | 0.92% | 0.9% | - |
| XYZ | 49.27 | 49.92 | 7.65 | - |
| YUV | 177.18 | 38.73 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 181 | 19 | 0 | 0.21 | 0.92 | 0.10 | 46.07 | 0.85 | 0.49 |
| Hex | E6 | B5 | 13 | 0 | 15 | 5C | A | 2E | 55 | 31 |
| Octal | 346 | 265 | 23 | 0 | 25 | 134 | 12 | 56 | 125 | 61 |
| Binary | 11100110 | 10110101 | 10011 | 0 | 10101 | 1011100 | 1010 | 101110 | 1010101 | 110001 |
Color Harmonies of #E6B513
Complementary color
Monochromatic Colors of #E6B513
Black with #E6B513
Text Example
Text Example
White with #E6B513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B513; }
p { color: rgb(230,181,19); }
H1.HeaderClassName
{
color: #E6B513;
}
.AnyTagClassName
{
color: #E6B513;
}
</style>
background-color css
<style>
a { background-color: #E6B513; }
a { background-color: rgb(230,181,19); }
div.DivClassName
{
background-color: #E6B513;
}
.BgClassName
{
background-color: #E6B513;
}
</style>
border-color css
<style>
span { border-color: #E6B513; }
span { border-color: rgb(230,181,19); }
td.TdClassName
{
border-color: #E6B513;
}
.TagClassName
{
border-color: #E6B513;
}
</style>