Shades of Buttercup #E19425
Tints of Buttercup #E19425
RGB
CMYK
RGB Variations
Color information
#E19425 (or 0xE19425) is known color: Buttercup. HEX triplet: E1, 94 and 25. RGB value is (225,148,37). Sum of RGB (Red+Green+Blue) = 225+148+37=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E19425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19425 is #1E6BDA. Grayscale: #9E9E9E. Windows color (decimal): -1993691 or 2462945. OLE color: 2462945.
HSL color Cylindrical-coordinate representation of color #E19425: hue angle of 35.43º 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 #E19425 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 37 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.12 |
| HSL | 35.43º | 0.76% | 0.51% | - |
| HSV(B) | 35.43º | 0.84% | 0.88% | - |
| XYZ | 41.98 | 37.32 | 6.74 | - |
| YUV | 158.37 | 59.51 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 37 | 0 | 0.34 | 0.84 | 0.12 | 35.43 | 0.76 | 0.51 |
| Hex | E1 | 94 | 25 | 0 | 22 | 54 | C | 23 | 4C | 33 |
| Octal | 341 | 224 | 45 | 0 | 42 | 124 | 14 | 43 | 114 | 63 |
| Binary | 11100001 | 10010100 | 100101 | 0 | 100010 | 1010100 | 1100 | 100011 | 1001100 | 110011 |
Color Harmonies of #E19425
Complementary color
Monochromatic Colors of #E19425
Black with #E19425
Text Example
Text Example
White with #E19425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19425; }
p { color: rgb(225,148,37); }
H1.HeaderClassName
{
color: #E19425;
}
.AnyTagClassName
{
color: #E19425;
}
</style>
background-color css
<style>
a { background-color: #E19425; }
a { background-color: rgb(225,148,37); }
div.DivClassName
{
background-color: #E19425;
}
.BgClassName
{
background-color: #E19425;
}
</style>
border-color css
<style>
span { border-color: #E19425; }
span { border-color: rgb(225,148,37); }
td.TdClassName
{
border-color: #E19425;
}
.TagClassName
{
border-color: #E19425;
}
</style>