Shades of Sunflower #E3C80F
Tints of Sunflower #E3C80F
RGB
CMYK
RGB Variations
Color information
#E3C80F (or 0xE3C80F) is known color: Sunflower. HEX triplet: E3, C8 and 0F. RGB value is (227,200,15). Sum of RGB (Red+Green+Blue) = 227+200+15=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C80F is #1C37F0. Grayscale: #BBBBBB. Windows color (decimal): -1849329 or 1034467. OLE color: 1034467.
HSL color Cylindrical-coordinate representation of color #E3C80F: hue angle of 52.36º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3C80F is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 200 | 15 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.11 |
| HSL | 52.36º | 0.88% | 0.47% | - |
| HSV(B) | 52.36º | 0.93% | 0.89% | - |
| XYZ | 52.42 | 57.67 | 8.82 | - |
| YUV | 186.98 | 30.95 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 200 | 15 | 0 | 0.12 | 0.93 | 0.11 | 52.36 | 0.88 | 0.47 |
| Hex | E3 | C8 | F | 0 | C | 5D | B | 34 | 58 | 2F |
| Octal | 343 | 310 | 17 | 0 | 14 | 135 | 13 | 64 | 130 | 57 |
| Binary | 11100011 | 11001000 | 1111 | 0 | 1100 | 1011101 | 1011 | 110100 | 1011000 | 101111 |
Color Harmonies of #E3C80F
Complementary color
Monochromatic Colors of #E3C80F
Black with #E3C80F
Text Example
Text Example
White with #E3C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C80F; }
p { color: rgb(227,200,15); }
H1.HeaderClassName
{
color: #E3C80F;
}
.AnyTagClassName
{
color: #E3C80F;
}
</style>
background-color css
<style>
a { background-color: #E3C80F; }
a { background-color: rgb(227,200,15); }
div.DivClassName
{
background-color: #E3C80F;
}
.BgClassName
{
background-color: #E3C80F;
}
</style>
border-color css
<style>
span { border-color: #E3C80F; }
span { border-color: rgb(227,200,15); }
td.TdClassName
{
border-color: #E3C80F;
}
.TagClassName
{
border-color: #E3C80F;
}
</style>