Shades of Gold Drop #E16025
Tints of Gold Drop #E16025
RGB
CMYK
RGB Variations
Color information
#E16025 (or 0xE16025) is known color: Gold Drop. HEX triplet: E1, 60 and 25. RGB value is (225,96,37). Sum of RGB (Red+Green+Blue) = 225+96+37=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E16025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16025 is #1E9FDA. Grayscale: #808080. Windows color (decimal): -2007003 or 2449633. OLE color: 2449633.
HSL color Cylindrical-coordinate representation of color #E16025: hue angle of 18.83º 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 #E16025 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 37 | - |
| CMYK | 0 | 0.57 | 0.84 | 0.12 |
| HSL | 18.83º | 0.76% | 0.51% | - |
| HSV(B) | 18.83º | 0.84% | 0.88% | - |
| XYZ | 35.57 | 24.51 | 4.61 | - |
| YUV | 127.85 | 76.74 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 37 | 0 | 0.57 | 0.84 | 0.12 | 18.83 | 0.76 | 0.51 |
| Hex | E1 | 60 | 25 | 0 | 39 | 54 | C | 13 | 4C | 33 |
| Octal | 341 | 140 | 45 | 0 | 71 | 124 | 14 | 23 | 114 | 63 |
| Binary | 11100001 | 1100000 | 100101 | 0 | 111001 | 1010100 | 1100 | 10011 | 1001100 | 110011 |
Color Harmonies of #E16025
Complementary color
Monochromatic Colors of #E16025
Black with #E16025
Text Example
Text Example
White with #E16025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16025; }
p { color: rgb(225,96,37); }
H1.HeaderClassName
{
color: #E16025;
}
.AnyTagClassName
{
color: #E16025;
}
</style>
background-color css
<style>
a { background-color: #E16025; }
a { background-color: rgb(225,96,37); }
div.DivClassName
{
background-color: #E16025;
}
.BgClassName
{
background-color: #E16025;
}
</style>
border-color css
<style>
span { border-color: #E16025; }
span { border-color: rgb(225,96,37); }
td.TdClassName
{
border-color: #E16025;
}
.TagClassName
{
border-color: #E16025;
}
</style>