Shades of Sunflower #E1C102
Tints of Sunflower #E1C102
RGB
CMYK
RGB Variations
Color information
#E1C102 (or 0xE1C102) is known color: Sunflower. HEX triplet: E1, C1 and 02. RGB value is (225,193,2). Sum of RGB (Red+Green+Blue) = 225+193+2=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C102 is #1E3EFD. Grayscale: #B5B5B5. Windows color (decimal): -1982206 or 180705. OLE color: 180705.
HSL color Cylindrical-coordinate representation of color #E1C102: hue angle of 51.39º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E1C102 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.12 |
| HSL | 51.39º | 0.98% | 0.45% | - |
| HSV(B) | 51.39º | 0.99% | 0.88% | - |
| XYZ | 50.13 | 54.15 | 7.87 | - |
| YUV | 180.79 | 27.1 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 2 | 0 | 0.14 | 0.99 | 0.12 | 51.39 | 0.98 | 0.45 |
| Hex | E1 | C1 | 2 | 0 | E | 63 | C | 33 | 62 | 2D |
| Octal | 341 | 301 | 2 | 0 | 16 | 143 | 14 | 63 | 142 | 55 |
| Binary | 11100001 | 11000001 | 10 | 0 | 1110 | 1100011 | 1100 | 110011 | 1100010 | 101101 |
Color Harmonies of #E1C102
Complementary color
Monochromatic Colors of #E1C102
Black with #E1C102
Text Example
Text Example
White with #E1C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C102; }
p { color: rgb(225,193,2); }
H1.HeaderClassName
{
color: #E1C102;
}
.AnyTagClassName
{
color: #E1C102;
}
</style>
background-color css
<style>
a { background-color: #E1C102; }
a { background-color: rgb(225,193,2); }
div.DivClassName
{
background-color: #E1C102;
}
.BgClassName
{
background-color: #E1C102;
}
</style>
border-color css
<style>
span { border-color: #E1C102; }
span { border-color: rgb(225,193,2); }
td.TdClassName
{
border-color: #E1C102;
}
.TagClassName
{
border-color: #E1C102;
}
</style>