Shades of Sunflower #E1C302
Tints of Sunflower #E1C302
RGB
CMYK
RGB Variations
Color information
#E1C302 (or 0xE1C302) is known color: Sunflower. HEX triplet: E1, C3 and 02. RGB value is (225,195,2). Sum of RGB (Red+Green+Blue) = 225+195+2=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C302 is #1E3CFD. Grayscale: #B6B6B6. Windows color (decimal): -1981694 or 181217. OLE color: 181217.
HSL color Cylindrical-coordinate representation of color #E1C302: hue angle of 51.93º 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 #E1C302 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.12 |
| HSL | 51.93º | 0.98% | 0.45% | - |
| HSV(B) | 51.93º | 0.99% | 0.88% | - |
| XYZ | 50.58 | 55.04 | 8.02 | - |
| YUV | 181.97 | 26.44 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 2 | 0 | 0.13 | 0.99 | 0.12 | 51.93 | 0.98 | 0.45 |
| Hex | E1 | C3 | 2 | 0 | D | 63 | C | 34 | 62 | 2D |
| Octal | 341 | 303 | 2 | 0 | 15 | 143 | 14 | 64 | 142 | 55 |
| Binary | 11100001 | 11000011 | 10 | 0 | 1101 | 1100011 | 1100 | 110100 | 1100010 | 101101 |
Color Harmonies of #E1C302
Complementary color
Monochromatic Colors of #E1C302
Black with #E1C302
Text Example
Text Example
White with #E1C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C302; }
p { color: rgb(225,195,2); }
H1.HeaderClassName
{
color: #E1C302;
}
.AnyTagClassName
{
color: #E1C302;
}
</style>
background-color css
<style>
a { background-color: #E1C302; }
a { background-color: rgb(225,195,2); }
div.DivClassName
{
background-color: #E1C302;
}
.BgClassName
{
background-color: #E1C302;
}
</style>
border-color css
<style>
span { border-color: #E1C302; }
span { border-color: rgb(225,195,2); }
td.TdClassName
{
border-color: #E1C302;
}
.TagClassName
{
border-color: #E1C302;
}
</style>