Shades of Sunflower #E7C115
Tints of Sunflower #E7C115
RGB
CMYK
RGB Variations
Color information
#E7C115 (or 0xE7C115) is known color: Sunflower. HEX triplet: E7, C1 and 15. RGB value is (231,193,21). Sum of RGB (Red+Green+Blue) = 231+193+21=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C115 is #183EEA. Grayscale: #B9B9B9. Windows color (decimal): -1588971 or 1425895. OLE color: 1425895.
HSL color Cylindrical-coordinate representation of color #E7C115: hue angle of 49.14º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E7C115 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 21 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.09 |
| HSL | 49.14º | 0.83% | 0.49% | - |
| HSV(B) | 49.14º | 0.91% | 0.91% | - |
| XYZ | 52.16 | 55.18 | 8.61 | - |
| YUV | 184.75 | 35.59 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 21 | 0 | 0.16 | 0.91 | 0.09 | 49.14 | 0.83 | 0.49 |
| Hex | E7 | C1 | 15 | 0 | 10 | 5B | 9 | 31 | 53 | 31 |
| Octal | 347 | 301 | 25 | 0 | 20 | 133 | 11 | 61 | 123 | 61 |
| Binary | 11100111 | 11000001 | 10101 | 0 | 10000 | 1011011 | 1001 | 110001 | 1010011 | 110001 |
Color Harmonies of #E7C115
Complementary color
Monochromatic Colors of #E7C115
Black with #E7C115
Text Example
Text Example
White with #E7C115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C115; }
p { color: rgb(231,193,21); }
H1.HeaderClassName
{
color: #E7C115;
}
.AnyTagClassName
{
color: #E7C115;
}
</style>
background-color css
<style>
a { background-color: #E7C115; }
a { background-color: rgb(231,193,21); }
div.DivClassName
{
background-color: #E7C115;
}
.BgClassName
{
background-color: #E7C115;
}
</style>
border-color css
<style>
span { border-color: #E7C115; }
span { border-color: rgb(231,193,21); }
td.TdClassName
{
border-color: #E7C115;
}
.TagClassName
{
border-color: #E7C115;
}
</style>