Shades of Sunflower #E0C025
Tints of Sunflower #E0C025
RGB
CMYK
RGB Variations
Color information
#E0C025 (or 0xE0C025) is known color: Sunflower. HEX triplet: E0, C0 and 25. RGB value is (224,192,37). Sum of RGB (Red+Green+Blue) = 224+192+37=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C025 is #1F3FDA. Grayscale: #B8B8B8. Windows color (decimal): -2047963 or 2474208. OLE color: 2474208.
HSL color Cylindrical-coordinate representation of color #E0C025: hue angle of 49.73º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0C025 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 37 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.12 |
| HSL | 49.73º | 0.75% | 0.51% | - |
| HSV(B) | 49.73º | 0.83% | 0.88% | - |
| XYZ | 49.92 | 53.68 | 9.48 | - |
| YUV | 183.9 | 45.1 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 37 | 0 | 0.14 | 0.83 | 0.12 | 49.73 | 0.75 | 0.51 |
| Hex | E0 | C0 | 25 | 0 | E | 53 | C | 32 | 4B | 33 |
| Octal | 340 | 300 | 45 | 0 | 16 | 123 | 14 | 62 | 113 | 63 |
| Binary | 11100000 | 11000000 | 100101 | 0 | 1110 | 1010011 | 1100 | 110010 | 1001011 | 110011 |
Color Harmonies of #E0C025
Complementary color
Monochromatic Colors of #E0C025
Black with #E0C025
Text Example
Text Example
White with #E0C025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C025; }
p { color: rgb(224,192,37); }
H1.HeaderClassName
{
color: #E0C025;
}
.AnyTagClassName
{
color: #E0C025;
}
</style>
background-color css
<style>
a { background-color: #E0C025; }
a { background-color: rgb(224,192,37); }
div.DivClassName
{
background-color: #E0C025;
}
.BgClassName
{
background-color: #E0C025;
}
</style>
border-color css
<style>
span { border-color: #E0C025; }
span { border-color: rgb(224,192,37); }
td.TdClassName
{
border-color: #E0C025;
}
.TagClassName
{
border-color: #E0C025;
}
</style>