Shades of Sunflower #E7C10A
Tints of Sunflower #E7C10A
RGB
CMYK
RGB Variations
Color information
#E7C10A (or 0xE7C10A) is known color: Sunflower. HEX triplet: E7, C1 and 0A. RGB value is (231,193,10). Sum of RGB (Red+Green+Blue) = 231+193+10=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C10A is #183EF5. Grayscale: #B8B8B8. Windows color (decimal): -1588982 or 704999. OLE color: 704999.
HSL color Cylindrical-coordinate representation of color #E7C10A: hue angle of 49.68º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7C10A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 193 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.09 |
| HSL | 49.68º | 0.92% | 0.47% | - |
| HSV(B) | 49.68º | 0.96% | 0.91% | - |
| XYZ | 52.08 | 55.15 | 8.19 | - |
| YUV | 183.5 | 30.09 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 193 | 10 | 0 | 0.16 | 0.96 | 0.09 | 49.68 | 0.92 | 0.47 |
| Hex | E7 | C1 | A | 0 | 10 | 60 | 9 | 32 | 5C | 2F |
| Octal | 347 | 301 | 12 | 0 | 20 | 140 | 11 | 62 | 134 | 57 |
| Binary | 11100111 | 11000001 | 1010 | 0 | 10000 | 1100000 | 1001 | 110010 | 1011100 | 101111 |
Color Harmonies of #E7C10A
Complementary color
Monochromatic Colors of #E7C10A
Black with #E7C10A
Text Example
Text Example
White with #E7C10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C10A; }
p { color: rgb(231,193,10); }
H1.HeaderClassName
{
color: #E7C10A;
}
.AnyTagClassName
{
color: #E7C10A;
}
</style>
background-color css
<style>
a { background-color: #E7C10A; }
a { background-color: rgb(231,193,10); }
div.DivClassName
{
background-color: #E7C10A;
}
.BgClassName
{
background-color: #E7C10A;
}
</style>
border-color css
<style>
span { border-color: #E7C10A; }
span { border-color: rgb(231,193,10); }
td.TdClassName
{
border-color: #E7C10A;
}
.TagClassName
{
border-color: #E7C10A;
}
</style>