Shades of Sunflower #E0C507
Tints of Sunflower #E0C507
RGB
CMYK
RGB Variations
Color information
#E0C507 (or 0xE0C507) is known color: Sunflower. HEX triplet: E0, C5 and 07. RGB value is (224,197,7). Sum of RGB (Red+Green+Blue) = 224+197+7=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 7 (3.12% from 255 or 1.64% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C507 is #1F3AF8. Grayscale: #B8B8B8. Windows color (decimal): -2046713 or 509408. OLE color: 509408.
HSL color Cylindrical-coordinate representation of color #E0C507: hue angle of 52.53º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E0C507 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.12 |
| HSL | 52.53º | 0.94% | 0.45% | - |
| HSV(B) | 52.53º | 0.97% | 0.88% | - |
| XYZ | 50.75 | 55.8 | 8.3 | - |
| YUV | 183.41 | 28.45 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 7 | 0 | 0.12 | 0.97 | 0.12 | 52.53 | 0.94 | 0.45 |
| Hex | E0 | C5 | 7 | 0 | C | 61 | C | 35 | 5E | 2D |
| Octal | 340 | 305 | 7 | 0 | 14 | 141 | 14 | 65 | 136 | 55 |
| Binary | 11100000 | 11000101 | 111 | 0 | 1100 | 1100001 | 1100 | 110101 | 1011110 | 101101 |
Color Harmonies of #E0C507
Complementary color
Monochromatic Colors of #E0C507
Black with #E0C507
Text Example
Text Example
White with #E0C507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C507; }
p { color: rgb(224,197,7); }
H1.HeaderClassName
{
color: #E0C507;
}
.AnyTagClassName
{
color: #E0C507;
}
</style>
background-color css
<style>
a { background-color: #E0C507; }
a { background-color: rgb(224,197,7); }
div.DivClassName
{
background-color: #E0C507;
}
.BgClassName
{
background-color: #E0C507;
}
</style>
border-color css
<style>
span { border-color: #E0C507; }
span { border-color: rgb(224,197,7); }
td.TdClassName
{
border-color: #E0C507;
}
.TagClassName
{
border-color: #E0C507;
}
</style>