Shades of Sunflower #E7C215
Tints of Sunflower #E7C215
RGB
CMYK
RGB Variations
Color information
#E7C215 (or 0xE7C215) is known color: Sunflower. HEX triplet: E7, C2 and 15. RGB value is (231,194,21). Sum of RGB (Red+Green+Blue) = 231+194+21=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C215 is #183DEA. Grayscale: #BABABA. Windows color (decimal): -1588715 or 1426151. OLE color: 1426151.
HSL color Cylindrical-coordinate representation of color #E7C215: hue angle of 49.43º 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 #E7C215 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 194 | 21 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.09 |
| HSL | 49.43º | 0.83% | 0.49% | - |
| HSV(B) | 49.43º | 0.91% | 0.91% | - |
| XYZ | 52.38 | 55.63 | 8.69 | - |
| YUV | 185.34 | 35.26 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 21 | 0 | 0.16 | 0.91 | 0.09 | 49.43 | 0.83 | 0.49 |
| Hex | E7 | C2 | 15 | 0 | 10 | 5B | 9 | 31 | 53 | 31 |
| Octal | 347 | 302 | 25 | 0 | 20 | 133 | 11 | 61 | 123 | 61 |
| Binary | 11100111 | 11000010 | 10101 | 0 | 10000 | 1011011 | 1001 | 110001 | 1010011 | 110001 |
Color Harmonies of #E7C215
Complementary color
Monochromatic Colors of #E7C215
Black with #E7C215
Text Example
Text Example
White with #E7C215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C215; }
p { color: rgb(231,194,21); }
H1.HeaderClassName
{
color: #E7C215;
}
.AnyTagClassName
{
color: #E7C215;
}
</style>
background-color css
<style>
a { background-color: #E7C215; }
a { background-color: rgb(231,194,21); }
div.DivClassName
{
background-color: #E7C215;
}
.BgClassName
{
background-color: #E7C215;
}
</style>
border-color css
<style>
span { border-color: #E7C215; }
span { border-color: rgb(231,194,21); }
td.TdClassName
{
border-color: #E7C215;
}
.TagClassName
{
border-color: #E7C215;
}
</style>