Shades of Sunflower #E1CF10
Tints of Sunflower #E1CF10
RGB
CMYK
RGB Variations
Color information
#E1CF10 (or 0xE1CF10) is known color: Sunflower. HEX triplet: E1, CF and 10. RGB value is (225,207,16). Sum of RGB (Red+Green+Blue) = 225+207+16=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CF10 is #1E30EF. Grayscale: #BFBFBF. Windows color (decimal): -1978608 or 1101793. OLE color: 1101793.
HSL color Cylindrical-coordinate representation of color #E1CF10: hue angle of 54.83º 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 #E1CF10 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 16 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.12 |
| HSL | 54.83º | 0.87% | 0.47% | - |
| HSV(B) | 54.83º | 0.93% | 0.88% | - |
| XYZ | 53.46 | 60.67 | 9.38 | - |
| YUV | 190.61 | 29.46 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 16 | 0 | 0.08 | 0.93 | 0.12 | 54.83 | 0.87 | 0.47 |
| Hex | E1 | CF | 10 | 0 | 8 | 5D | C | 37 | 57 | 2F |
| Octal | 341 | 317 | 20 | 0 | 10 | 135 | 14 | 67 | 127 | 57 |
| Binary | 11100001 | 11001111 | 10000 | 0 | 1000 | 1011101 | 1100 | 110111 | 1010111 | 101111 |
Color Harmonies of #E1CF10
Complementary color
Monochromatic Colors of #E1CF10
Black with #E1CF10
Text Example
Text Example
White with #E1CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF10; }
p { color: rgb(225,207,16); }
H1.HeaderClassName
{
color: #E1CF10;
}
.AnyTagClassName
{
color: #E1CF10;
}
</style>
background-color css
<style>
a { background-color: #E1CF10; }
a { background-color: rgb(225,207,16); }
div.DivClassName
{
background-color: #E1CF10;
}
.BgClassName
{
background-color: #E1CF10;
}
</style>
border-color css
<style>
span { border-color: #E1CF10; }
span { border-color: rgb(225,207,16); }
td.TdClassName
{
border-color: #E1CF10;
}
.TagClassName
{
border-color: #E1CF10;
}
</style>