Shades of Sunflower #E7C008
Tints of Sunflower #E7C008
RGB
CMYK
RGB Variations
Color information
#E7C008 (or 0xE7C008) is known color: Sunflower. HEX triplet: E7, C0 and 08. RGB value is (231,192,8). Sum of RGB (Red+Green+Blue) = 231+192+8=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C008 is #183FF7. Grayscale: #B7B7B7. Windows color (decimal): -1589240 or 573671. OLE color: 573671.
HSL color Cylindrical-coordinate representation of color #E7C008: hue angle of 49.51º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7C008 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 8 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.09 |
| HSL | 49.51º | 0.93% | 0.47% | - |
| HSV(B) | 49.51º | 0.97% | 0.91% | - |
| XYZ | 51.85 | 54.71 | 8.06 | - |
| YUV | 182.69 | 29.42 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 8 | 0 | 0.17 | 0.97 | 0.09 | 49.51 | 0.93 | 0.47 |
| Hex | E7 | C0 | 8 | 0 | 11 | 61 | 9 | 32 | 5D | 2F |
| Octal | 347 | 300 | 10 | 0 | 21 | 141 | 11 | 62 | 135 | 57 |
| Binary | 11100111 | 11000000 | 1000 | 0 | 10001 | 1100001 | 1001 | 110010 | 1011101 | 101111 |
Color Harmonies of #E7C008
Complementary color
Monochromatic Colors of #E7C008
Black with #E7C008
Text Example
Text Example
White with #E7C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C008; }
p { color: rgb(231,192,8); }
H1.HeaderClassName
{
color: #E7C008;
}
.AnyTagClassName
{
color: #E7C008;
}
</style>
background-color css
<style>
a { background-color: #E7C008; }
a { background-color: rgb(231,192,8); }
div.DivClassName
{
background-color: #E7C008;
}
.BgClassName
{
background-color: #E7C008;
}
</style>
border-color css
<style>
span { border-color: #E7C008; }
span { border-color: rgb(231,192,8); }
td.TdClassName
{
border-color: #E7C008;
}
.TagClassName
{
border-color: #E7C008;
}
</style>