Shades of Sunflower #E1C310
Tints of Sunflower #E1C310
RGB
CMYK
RGB Variations
Color information
#E1C310 (or 0xE1C310) is known color: Sunflower. HEX triplet: E1, C3 and 10. RGB value is (225,195,16). Sum of RGB (Red+Green+Blue) = 225+195+16=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 195 (76.56% from 255 or 44.72% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C310 is #1E3CEF. Grayscale: #B8B8B8. Windows color (decimal): -1981680 or 1098721. OLE color: 1098721.
HSL color Cylindrical-coordinate representation of color #E1C310: hue angle of 51.39º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1C310 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.12 |
| HSL | 51.39º | 0.87% | 0.47% | - |
| HSV(B) | 51.39º | 0.93% | 0.88% | - |
| XYZ | 50.66 | 55.08 | 8.45 | - |
| YUV | 183.56 | 33.44 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 16 | 0 | 0.13 | 0.93 | 0.12 | 51.39 | 0.87 | 0.47 |
| Hex | E1 | C3 | 10 | 0 | D | 5D | C | 33 | 57 | 2F |
| Octal | 341 | 303 | 20 | 0 | 15 | 135 | 14 | 63 | 127 | 57 |
| Binary | 11100001 | 11000011 | 10000 | 0 | 1101 | 1011101 | 1100 | 110011 | 1010111 | 101111 |
Color Harmonies of #E1C310
Complementary color
Monochromatic Colors of #E1C310
Black with #E1C310
Text Example
Text Example
White with #E1C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C310; }
p { color: rgb(225,195,16); }
H1.HeaderClassName
{
color: #E1C310;
}
.AnyTagClassName
{
color: #E1C310;
}
</style>
background-color css
<style>
a { background-color: #E1C310; }
a { background-color: rgb(225,195,16); }
div.DivClassName
{
background-color: #E1C310;
}
.BgClassName
{
background-color: #E1C310;
}
</style>
border-color css
<style>
span { border-color: #E1C310; }
span { border-color: rgb(225,195,16); }
td.TdClassName
{
border-color: #E1C310;
}
.TagClassName
{
border-color: #E1C310;
}
</style>