Shades of Sunflower #E7C80F
Tints of Sunflower #E7C80F
RGB
CMYK
RGB Variations
Color information
#E7C80F (or 0xE7C80F) is known color: Sunflower. HEX triplet: E7, C8 and 0F. RGB value is (231,200,15). Sum of RGB (Red+Green+Blue) = 231+200+15=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C80F is #1837F0. Grayscale: #BCBCBC. Windows color (decimal): -1587185 or 1034471. OLE color: 1034471.
HSL color Cylindrical-coordinate representation of color #E7C80F: hue angle of 51.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7C80F is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 15 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.09 |
| HSL | 51.39º | 0.88% | 0.48% | - |
| HSV(B) | 51.39º | 0.94% | 0.91% | - |
| XYZ | 53.7 | 58.33 | 8.88 | - |
| YUV | 188.18 | 30.27 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 15 | 0 | 0.13 | 0.94 | 0.09 | 51.39 | 0.88 | 0.48 |
| Hex | E7 | C8 | F | 0 | D | 5E | 9 | 33 | 58 | 30 |
| Octal | 347 | 310 | 17 | 0 | 15 | 136 | 11 | 63 | 130 | 60 |
| Binary | 11100111 | 11001000 | 1111 | 0 | 1101 | 1011110 | 1001 | 110011 | 1011000 | 110000 |
Color Harmonies of #E7C80F
Complementary color
Monochromatic Colors of #E7C80F
Black with #E7C80F
Text Example
Text Example
White with #E7C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C80F; }
p { color: rgb(231,200,15); }
H1.HeaderClassName
{
color: #E7C80F;
}
.AnyTagClassName
{
color: #E7C80F;
}
</style>
background-color css
<style>
a { background-color: #E7C80F; }
a { background-color: rgb(231,200,15); }
div.DivClassName
{
background-color: #E7C80F;
}
.BgClassName
{
background-color: #E7C80F;
}
</style>
border-color css
<style>
span { border-color: #E7C80F; }
span { border-color: rgb(231,200,15); }
td.TdClassName
{
border-color: #E7C80F;
}
.TagClassName
{
border-color: #E7C80F;
}
</style>