Shades of Sunflower #E7D00D
Tints of Sunflower #E7D00D
RGB
CMYK
RGB Variations
Color information
#E7D00D (or 0xE7D00D) is known color: Sunflower. HEX triplet: E7, D0 and 0D. RGB value is (231,208,13). Sum of RGB (Red+Green+Blue) = 231+208+13=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D00D is #182FF2. Grayscale: #C1C1C1. Windows color (decimal): -1585139 or 905447. OLE color: 905447.
HSL color Cylindrical-coordinate representation of color #E7D00D: hue angle of 53.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7D00D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.09 |
| HSL | 53.67º | 0.89% | 0.48% | - |
| HSV(B) | 53.67º | 0.94% | 0.91% | - |
| XYZ | 55.58 | 62.13 | 9.44 | - |
| YUV | 192.65 | 26.62 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 13 | 0 | 0.10 | 0.94 | 0.09 | 53.67 | 0.89 | 0.48 |
| Hex | E7 | D0 | D | 0 | A | 5E | 9 | 36 | 59 | 30 |
| Octal | 347 | 320 | 15 | 0 | 12 | 136 | 11 | 66 | 131 | 60 |
| Binary | 11100111 | 11010000 | 1101 | 0 | 1010 | 1011110 | 1001 | 110110 | 1011001 | 110000 |
Color Harmonies of #E7D00D
Complementary color
Monochromatic Colors of #E7D00D
Black with #E7D00D
Text Example
Text Example
White with #E7D00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D00D; }
p { color: rgb(231,208,13); }
H1.HeaderClassName
{
color: #E7D00D;
}
.AnyTagClassName
{
color: #E7D00D;
}
</style>
background-color css
<style>
a { background-color: #E7D00D; }
a { background-color: rgb(231,208,13); }
div.DivClassName
{
background-color: #E7D00D;
}
.BgClassName
{
background-color: #E7D00D;
}
</style>
border-color css
<style>
span { border-color: #E7D00D; }
span { border-color: rgb(231,208,13); }
td.TdClassName
{
border-color: #E7D00D;
}
.TagClassName
{
border-color: #E7D00D;
}
</style>