Shades of Sunflower #E1C025
Tints of Sunflower #E1C025
RGB
CMYK
RGB Variations
Color information
#E1C025 (or 0xE1C025) is known color: Sunflower. HEX triplet: E1, C0 and 25. RGB value is (225,192,37). Sum of RGB (Red+Green+Blue) = 225+192+37=454 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.56% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 37 (14.84% from 255 or 8.15% from 454); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C025 is #1E3FDA. Grayscale: #B8B8B8. Windows color (decimal): -1982427 or 2474209. OLE color: 2474209.
HSL color Cylindrical-coordinate representation of color #E1C025: hue angle of 49.47º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1C025 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 37 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.12 |
| HSL | 49.47º | 0.76% | 0.51% | - |
| HSV(B) | 49.47º | 0.84% | 0.88% | - |
| XYZ | 50.23 | 53.84 | 9.49 | - |
| YUV | 184.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 37 | 0 | 0.15 | 0.84 | 0.12 | 49.47 | 0.76 | 0.51 |
| Hex | E1 | C0 | 25 | 0 | F | 54 | C | 31 | 4C | 33 |
| Octal | 341 | 300 | 45 | 0 | 17 | 124 | 14 | 61 | 114 | 63 |
| Binary | 11100001 | 11000000 | 100101 | 0 | 1111 | 1010100 | 1100 | 110001 | 1001100 | 110011 |
Color Harmonies of #E1C025
Complementary color
Monochromatic Colors of #E1C025
Black with #E1C025
Text Example
Text Example
White with #E1C025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C025; }
p { color: rgb(225,192,37); }
H1.HeaderClassName
{
color: #E1C025;
}
.AnyTagClassName
{
color: #E1C025;
}
</style>
background-color css
<style>
a { background-color: #E1C025; }
a { background-color: rgb(225,192,37); }
div.DivClassName
{
background-color: #E1C025;
}
.BgClassName
{
background-color: #E1C025;
}
</style>
border-color css
<style>
span { border-color: #E1C025; }
span { border-color: rgb(225,192,37); }
td.TdClassName
{
border-color: #E1C025;
}
.TagClassName
{
border-color: #E1C025;
}
</style>