Shades of Sunflower #E1C101
Tints of Sunflower #E1C101
RGB
CMYK
RGB Variations
Color information
#E1C101 (or 0xE1C101) is known color: Sunflower. HEX triplet: E1, C1 and 01. RGB value is (225,193,1). Sum of RGB (Red+Green+Blue) = 225+193+1=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C101 is #1E3EFE. Grayscale: #B5B5B5. Windows color (decimal): -1982207 or 115169. OLE color: 115169.
HSL color Cylindrical-coordinate representation of color #E1C101: hue angle of 51.43º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1C101 is Cyan = 0, Magento = 0.14, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 1 | - |
| CMYK | 0 | 0.14 | 1.00 | 0.12 |
| HSL | 51.43º | 0.99% | 0.44% | - |
| HSV(B) | 51.43º | 1% | 0.88% | - |
| XYZ | 50.13 | 54.15 | 7.84 | - |
| YUV | 180.68 | 26.6 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 1 | 0 | 0.14 | 1.00 | 0.12 | 51.43 | 0.99 | 0.44 |
| Hex | E1 | C1 | 1 | 0 | E | 64 | C | 33 | 63 | 2C |
| Octal | 341 | 301 | 1 | 0 | 16 | 144 | 14 | 63 | 143 | 54 |
| Binary | 11100001 | 11000001 | 1 | 0 | 1110 | 1100100 | 1100 | 110011 | 1100011 | 101100 |
Color Harmonies of #E1C101
Complementary color
Monochromatic Colors of #E1C101
Black with #E1C101
Text Example
Text Example
White with #E1C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C101; }
p { color: rgb(225,193,1); }
H1.HeaderClassName
{
color: #E1C101;
}
.AnyTagClassName
{
color: #E1C101;
}
</style>
background-color css
<style>
a { background-color: #E1C101; }
a { background-color: rgb(225,193,1); }
div.DivClassName
{
background-color: #E1C101;
}
.BgClassName
{
background-color: #E1C101;
}
</style>
border-color css
<style>
span { border-color: #E1C101; }
span { border-color: rgb(225,193,1); }
td.TdClassName
{
border-color: #E1C101;
}
.TagClassName
{
border-color: #E1C101;
}
</style>