Shades of Sunflower #E3C314
Tints of Sunflower #E3C314
RGB
CMYK
RGB Variations
Color information
#E3C314 (or 0xE3C314) is known color: Sunflower. HEX triplet: E3, C3 and 14. RGB value is (227,195,20). Sum of RGB (Red+Green+Blue) = 227+195+20=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C314 is #1C3CEB. Grayscale: #B9B9B9. Windows color (decimal): -1850604 or 1360867. OLE color: 1360867.
HSL color Cylindrical-coordinate representation of color #E3C314: hue angle of 50.72º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3C314 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 20 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.11 |
| HSL | 50.72º | 0.84% | 0.48% | - |
| HSV(B) | 50.72º | 0.91% | 0.89% | - |
| XYZ | 51.32 | 55.41 | 8.65 | - |
| YUV | 184.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 20 | 0 | 0.14 | 0.91 | 0.11 | 50.72 | 0.84 | 0.48 |
| Hex | E3 | C3 | 14 | 0 | E | 5B | B | 33 | 54 | 30 |
| Octal | 343 | 303 | 24 | 0 | 16 | 133 | 13 | 63 | 124 | 60 |
| Binary | 11100011 | 11000011 | 10100 | 0 | 1110 | 1011011 | 1011 | 110011 | 1010100 | 110000 |
Color Harmonies of #E3C314
Complementary color
Monochromatic Colors of #E3C314
Black with #E3C314
Text Example
Text Example
White with #E3C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C314; }
p { color: rgb(227,195,20); }
H1.HeaderClassName
{
color: #E3C314;
}
.AnyTagClassName
{
color: #E3C314;
}
</style>
background-color css
<style>
a { background-color: #E3C314; }
a { background-color: rgb(227,195,20); }
div.DivClassName
{
background-color: #E3C314;
}
.BgClassName
{
background-color: #E3C314;
}
</style>
border-color css
<style>
span { border-color: #E3C314; }
span { border-color: rgb(227,195,20); }
td.TdClassName
{
border-color: #E3C314;
}
.TagClassName
{
border-color: #E3C314;
}
</style>