Shades of Sunflower #E7C20C
Tints of Sunflower #E7C20C
RGB
CMYK
RGB Variations
Color information
#E7C20C (or 0xE7C20C) is known color: Sunflower. HEX triplet: E7, C2 and 0C. RGB value is (231,194,12). Sum of RGB (Red+Green+Blue) = 231+194+12=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C20C is #183DF3. Grayscale: #B9B9B9. Windows color (decimal): -1588724 or 836327. OLE color: 836327.
HSL color Cylindrical-coordinate representation of color #E7C20C: hue angle of 49.86º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7C20C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 194 | 12 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.09 |
| HSL | 49.86º | 0.9% | 0.48% | - |
| HSV(B) | 49.86º | 0.95% | 0.91% | - |
| XYZ | 52.31 | 55.6 | 8.32 | - |
| YUV | 184.32 | 30.76 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 194 | 12 | 0 | 0.16 | 0.95 | 0.09 | 49.86 | 0.9 | 0.48 |
| Hex | E7 | C2 | C | 0 | 10 | 5F | 9 | 32 | 5A | 30 |
| Octal | 347 | 302 | 14 | 0 | 20 | 137 | 11 | 62 | 132 | 60 |
| Binary | 11100111 | 11000010 | 1100 | 0 | 10000 | 1011111 | 1001 | 110010 | 1011010 | 110000 |
Color Harmonies of #E7C20C
Complementary color
Monochromatic Colors of #E7C20C
Black with #E7C20C
Text Example
Text Example
White with #E7C20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C20C; }
p { color: rgb(231,194,12); }
H1.HeaderClassName
{
color: #E7C20C;
}
.AnyTagClassName
{
color: #E7C20C;
}
</style>
background-color css
<style>
a { background-color: #E7C20C; }
a { background-color: rgb(231,194,12); }
div.DivClassName
{
background-color: #E7C20C;
}
.BgClassName
{
background-color: #E7C20C;
}
</style>
border-color css
<style>
span { border-color: #E7C20C; }
span { border-color: rgb(231,194,12); }
td.TdClassName
{
border-color: #E7C20C;
}
.TagClassName
{
border-color: #E7C20C;
}
</style>