Shades of Sunflower #E7C112
Tints of Sunflower #E7C112
RGB
CMYK
RGB Variations
Color information
#E7C112 (or 0xE7C112) is known color: Sunflower. HEX triplet: E7, C1 and 12. RGB value is (231,193,18). Sum of RGB (Red+Green+Blue) = 231+193+18=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C112 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C112 is #183EED. Grayscale: #B9B9B9. Windows color (decimal): -1588974 or 1229287. OLE color: 1229287.
HSL color Cylindrical-coordinate representation of color #E7C112: hue angle of 49.3º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7C112 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 18 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.09 |
| HSL | 49.3º | 0.86% | 0.49% | - |
| HSV(B) | 49.3º | 0.92% | 0.91% | - |
| XYZ | 52.13 | 55.17 | 8.47 | - |
| YUV | 184.41 | 34.09 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 18 | 0 | 0.16 | 0.92 | 0.09 | 49.3 | 0.86 | 0.49 |
| Hex | E7 | C1 | 12 | 0 | 10 | 5C | 9 | 31 | 56 | 31 |
| Octal | 347 | 301 | 22 | 0 | 20 | 134 | 11 | 61 | 126 | 61 |
| Binary | 11100111 | 11000001 | 10010 | 0 | 10000 | 1011100 | 1001 | 110001 | 1010110 | 110001 |
Color Harmonies of #E7C112
Complementary color
Monochromatic Colors of #E7C112
Black with #E7C112
Text Example
Text Example
White with #E7C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C112; }
p { color: rgb(231,193,18); }
H1.HeaderClassName
{
color: #E7C112;
}
.AnyTagClassName
{
color: #E7C112;
}
</style>
background-color css
<style>
a { background-color: #E7C112; }
a { background-color: rgb(231,193,18); }
div.DivClassName
{
background-color: #E7C112;
}
.BgClassName
{
background-color: #E7C112;
}
</style>
border-color css
<style>
span { border-color: #E7C112; }
span { border-color: rgb(231,193,18); }
td.TdClassName
{
border-color: #E7C112;
}
.TagClassName
{
border-color: #E7C112;
}
</style>