Shades of Sunflower #E6D00D
Tints of Sunflower #E6D00D
RGB
CMYK
RGB Variations
Color information
#E6D00D (or 0xE6D00D) is known color: Sunflower. HEX triplet: E6, D0 and 0D. RGB value is (230,208,13). Sum of RGB (Red+Green+Blue) = 230+208+13=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D00D is #192FF2. Grayscale: #C1C1C1. Windows color (decimal): -1650675 or 905446. OLE color: 905446.
HSL color Cylindrical-coordinate representation of color #E6D00D: hue angle of 53.92º 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 #E6D00D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.10 |
| HSL | 53.92º | 0.89% | 0.48% | - |
| HSV(B) | 53.92º | 0.94% | 0.9% | - |
| XYZ | 55.26 | 61.96 | 9.43 | - |
| YUV | 192.35 | 26.79 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 13 | 0 | 0.10 | 0.94 | 0.10 | 53.92 | 0.89 | 0.48 |
| Hex | E6 | D0 | D | 0 | A | 5E | A | 36 | 59 | 30 |
| Octal | 346 | 320 | 15 | 0 | 12 | 136 | 12 | 66 | 131 | 60 |
| Binary | 11100110 | 11010000 | 1101 | 0 | 1010 | 1011110 | 1010 | 110110 | 1011001 | 110000 |
Color Harmonies of #E6D00D
Complementary color
Monochromatic Colors of #E6D00D
Black with #E6D00D
Text Example
Text Example
White with #E6D00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D00D; }
p { color: rgb(230,208,13); }
H1.HeaderClassName
{
color: #E6D00D;
}
.AnyTagClassName
{
color: #E6D00D;
}
</style>
background-color css
<style>
a { background-color: #E6D00D; }
a { background-color: rgb(230,208,13); }
div.DivClassName
{
background-color: #E6D00D;
}
.BgClassName
{
background-color: #E6D00D;
}
</style>
border-color css
<style>
span { border-color: #E6D00D; }
span { border-color: rgb(230,208,13); }
td.TdClassName
{
border-color: #E6D00D;
}
.TagClassName
{
border-color: #E6D00D;
}
</style>