Shades of Sunflower #E0C321
Tints of Sunflower #E0C321
RGB
CMYK
RGB Variations
Color information
#E0C321 (or 0xE0C321) is known color: Sunflower. HEX triplet: E0, C3 and 21. RGB value is (224,195,33). Sum of RGB (Red+Green+Blue) = 224+195+33=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C321 is #1F3CDE. Grayscale: #B9B9B9. Windows color (decimal): -2047199 or 2212832. OLE color: 2212832.
HSL color Cylindrical-coordinate representation of color #E0C321: hue angle of 50.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0C321 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 195 | 33 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.12 |
| HSL | 50.89º | 0.75% | 0.5% | - |
| HSV(B) | 50.89º | 0.85% | 0.88% | - |
| XYZ | 50.53 | 54.99 | 9.39 | - |
| YUV | 185.2 | 42.11 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 195 | 33 | 0 | 0.13 | 0.85 | 0.12 | 50.89 | 0.75 | 0.5 |
| Hex | E0 | C3 | 21 | 0 | D | 55 | C | 33 | 4B | 32 |
| Octal | 340 | 303 | 41 | 0 | 15 | 125 | 14 | 63 | 113 | 62 |
| Binary | 11100000 | 11000011 | 100001 | 0 | 1101 | 1010101 | 1100 | 110011 | 1001011 | 110010 |
Color Harmonies of #E0C321
Complementary color
Monochromatic Colors of #E0C321
Black with #E0C321
Text Example
Text Example
White with #E0C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C321; }
p { color: rgb(224,195,33); }
H1.HeaderClassName
{
color: #E0C321;
}
.AnyTagClassName
{
color: #E0C321;
}
</style>
background-color css
<style>
a { background-color: #E0C321; }
a { background-color: rgb(224,195,33); }
div.DivClassName
{
background-color: #E0C321;
}
.BgClassName
{
background-color: #E0C321;
}
</style>
border-color css
<style>
span { border-color: #E0C321; }
span { border-color: rgb(224,195,33); }
td.TdClassName
{
border-color: #E0C321;
}
.TagClassName
{
border-color: #E0C321;
}
</style>