Shades of Sunflower #E3C502
Tints of Sunflower #E3C502
RGB
CMYK
RGB Variations
Color information
#E3C502 (or 0xE3C502) is known color: Sunflower. HEX triplet: E3, C5 and 02. RGB value is (227,197,2). Sum of RGB (Red+Green+Blue) = 227+197+2=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C502 is #1C3AFD. Grayscale: #B8B8B8. Windows color (decimal): -1850110 or 181731. OLE color: 181731.
HSL color Cylindrical-coordinate representation of color #E3C502: hue angle of 52º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3C502 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 197 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.11 |
| HSL | 52º | 0.98% | 0.45% | - |
| HSV(B) | 52º | 0.99% | 0.89% | - |
| XYZ | 51.66 | 56.27 | 8.2 | - |
| YUV | 183.74 | 25.44 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 197 | 2 | 0 | 0.13 | 0.99 | 0.11 | 52 | 0.98 | 0.45 |
| Hex | E3 | C5 | 2 | 0 | D | 63 | B | 34 | 62 | 2D |
| Octal | 343 | 305 | 2 | 0 | 15 | 143 | 13 | 64 | 142 | 55 |
| Binary | 11100011 | 11000101 | 10 | 0 | 1101 | 1100011 | 1011 | 110100 | 1100010 | 101101 |
Color Harmonies of #E3C502
Complementary color
Monochromatic Colors of #E3C502
Black with #E3C502
Text Example
Text Example
White with #E3C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C502; }
p { color: rgb(227,197,2); }
H1.HeaderClassName
{
color: #E3C502;
}
.AnyTagClassName
{
color: #E3C502;
}
</style>
background-color css
<style>
a { background-color: #E3C502; }
a { background-color: rgb(227,197,2); }
div.DivClassName
{
background-color: #E3C502;
}
.BgClassName
{
background-color: #E3C502;
}
</style>
border-color css
<style>
span { border-color: #E3C502; }
span { border-color: rgb(227,197,2); }
td.TdClassName
{
border-color: #E3C502;
}
.TagClassName
{
border-color: #E3C502;
}
</style>