Shades of Sunflower #E6BC0D
Tints of Sunflower #E6BC0D
RGB
CMYK
RGB Variations
Color information
#E6BC0D (or 0xE6BC0D) is known color: Sunflower. HEX triplet: E6, BC and 0D. RGB value is (230,188,13). Sum of RGB (Red+Green+Blue) = 230+188+13=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6BC0D is #1943F2. Grayscale: #B5B5B5. Windows color (decimal): -1655795 or 900326. OLE color: 900326.
HSL color Cylindrical-coordinate representation of color #E6BC0D: hue angle of 48.39º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6BC0D is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 13 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.10 |
| HSL | 48.39º | 0.89% | 0.48% | - |
| HSV(B) | 48.39º | 0.94% | 0.9% | - |
| XYZ | 50.69 | 52.82 | 7.9 | - |
| YUV | 180.61 | 33.41 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 13 | 0 | 0.18 | 0.94 | 0.10 | 48.39 | 0.89 | 0.48 |
| Hex | E6 | BC | D | 0 | 12 | 5E | A | 30 | 59 | 30 |
| Octal | 346 | 274 | 15 | 0 | 22 | 136 | 12 | 60 | 131 | 60 |
| Binary | 11100110 | 10111100 | 1101 | 0 | 10010 | 1011110 | 1010 | 110000 | 1011001 | 110000 |
Color Harmonies of #E6BC0D
Complementary color
Monochromatic Colors of #E6BC0D
Black with #E6BC0D
Text Example
Text Example
White with #E6BC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC0D; }
p { color: rgb(230,188,13); }
H1.HeaderClassName
{
color: #E6BC0D;
}
.AnyTagClassName
{
color: #E6BC0D;
}
</style>
background-color css
<style>
a { background-color: #E6BC0D; }
a { background-color: rgb(230,188,13); }
div.DivClassName
{
background-color: #E6BC0D;
}
.BgClassName
{
background-color: #E6BC0D;
}
</style>
border-color css
<style>
span { border-color: #E6BC0D; }
span { border-color: rgb(230,188,13); }
td.TdClassName
{
border-color: #E6BC0D;
}
.TagClassName
{
border-color: #E6BC0D;
}
</style>