Shades of Gold Drop #E25D25
Tints of Gold Drop #E25D25
RGB
CMYK
RGB Variations
Color information
#E25D25 (or 0xE25D25) is known color: Gold Drop. HEX triplet: E2, 5D and 25. RGB value is (226,93,37). Sum of RGB (Red+Green+Blue) = 226+93+37=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25D25 is #1DA2DA. Grayscale: #7E7E7E. Windows color (decimal): -1942235 or 2448866. OLE color: 2448866.
HSL color Cylindrical-coordinate representation of color #E25D25: hue angle of 17.78º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E25D25 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 37 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.11 |
| HSL | 17.78º | 0.77% | 0.52% | - |
| HSV(B) | 17.78º | 0.84% | 0.89% | - |
| XYZ | 35.61 | 24.13 | 4.53 | - |
| YUV | 126.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 37 | 0 | 0.59 | 0.84 | 0.11 | 17.78 | 0.77 | 0.52 |
| Hex | E2 | 5D | 25 | 0 | 3B | 54 | B | 12 | 4D | 34 |
| Octal | 342 | 135 | 45 | 0 | 73 | 124 | 13 | 22 | 115 | 64 |
| Binary | 11100010 | 1011101 | 100101 | 0 | 111011 | 1010100 | 1011 | 10010 | 1001101 | 110100 |
Color Harmonies of #E25D25
Complementary color
Monochromatic Colors of #E25D25
Black with #E25D25
Text Example
Text Example
White with #E25D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D25; }
p { color: rgb(226,93,37); }
H1.HeaderClassName
{
color: #E25D25;
}
.AnyTagClassName
{
color: #E25D25;
}
</style>
background-color css
<style>
a { background-color: #E25D25; }
a { background-color: rgb(226,93,37); }
div.DivClassName
{
background-color: #E25D25;
}
.BgClassName
{
background-color: #E25D25;
}
</style>
border-color css
<style>
span { border-color: #E25D25; }
span { border-color: rgb(226,93,37); }
td.TdClassName
{
border-color: #E25D25;
}
.TagClassName
{
border-color: #E25D25;
}
</style>