Shades of Gold Drop #E35D25
Tints of Gold Drop #E35D25
RGB
CMYK
RGB Variations
Color information
#E35D25 (or 0xE35D25) is known color: Gold Drop. HEX triplet: E3, 5D and 25. RGB value is (227,93,37). Sum of RGB (Red+Green+Blue) = 227+93+37=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35D25 is #1CA2DA. Grayscale: #7F7F7F. Windows color (decimal): -1876699 or 2448867. OLE color: 2448867.
HSL color Cylindrical-coordinate representation of color #E35D25: hue angle of 17.68º 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 #E35D25 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 37 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.11 |
| HSL | 17.68º | 0.77% | 0.52% | - |
| HSV(B) | 17.68º | 0.84% | 0.89% | - |
| XYZ | 35.93 | 24.29 | 4.55 | - |
| YUV | 126.68 | 77.39 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 37 | 0 | 0.59 | 0.84 | 0.11 | 17.68 | 0.77 | 0.52 |
| Hex | E3 | 5D | 25 | 0 | 3B | 54 | B | 12 | 4D | 34 |
| Octal | 343 | 135 | 45 | 0 | 73 | 124 | 13 | 22 | 115 | 64 |
| Binary | 11100011 | 1011101 | 100101 | 0 | 111011 | 1010100 | 1011 | 10010 | 1001101 | 110100 |
Color Harmonies of #E35D25
Complementary color
Monochromatic Colors of #E35D25
Black with #E35D25
Text Example
Text Example
White with #E35D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D25; }
p { color: rgb(227,93,37); }
H1.HeaderClassName
{
color: #E35D25;
}
.AnyTagClassName
{
color: #E35D25;
}
</style>
background-color css
<style>
a { background-color: #E35D25; }
a { background-color: rgb(227,93,37); }
div.DivClassName
{
background-color: #E35D25;
}
.BgClassName
{
background-color: #E35D25;
}
</style>
border-color css
<style>
span { border-color: #E35D25; }
span { border-color: rgb(227,93,37); }
td.TdClassName
{
border-color: #E35D25;
}
.TagClassName
{
border-color: #E35D25;
}
</style>