Shades of Gold Drop #E05E27
Tints of Gold Drop #E05E27
RGB
CMYK
RGB Variations
Color information
#E05E27 (or 0xE05E27) is known color: Gold Drop. HEX triplet: E0, 5E and 27. RGB value is (224,94,39). Sum of RGB (Red+Green+Blue) = 224+94+39=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E27 is #1FA1D8. Grayscale: #7E7E7E. Windows color (decimal): -2073049 or 2580192. OLE color: 2580192.
HSL color Cylindrical-coordinate representation of color #E05E27: hue angle of 17.84º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E05E27 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 39 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.12 |
| HSL | 17.84º | 0.75% | 0.52% | - |
| HSV(B) | 17.84º | 0.83% | 0.88% | - |
| XYZ | 35.11 | 24 | 4.7 | - |
| YUV | 126.6 | 78.57 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 39 | 0 | 0.58 | 0.83 | 0.12 | 17.84 | 0.75 | 0.52 |
| Hex | E0 | 5E | 27 | 0 | 3A | 53 | C | 12 | 4B | 34 |
| Octal | 340 | 136 | 47 | 0 | 72 | 123 | 14 | 22 | 113 | 64 |
| Binary | 11100000 | 1011110 | 100111 | 0 | 111010 | 1010011 | 1100 | 10010 | 1001011 | 110100 |
Color Harmonies of #E05E27
Complementary color
Monochromatic Colors of #E05E27
Black with #E05E27
Text Example
Text Example
White with #E05E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E27; }
p { color: rgb(224,94,39); }
H1.HeaderClassName
{
color: #E05E27;
}
.AnyTagClassName
{
color: #E05E27;
}
</style>
background-color css
<style>
a { background-color: #E05E27; }
a { background-color: rgb(224,94,39); }
div.DivClassName
{
background-color: #E05E27;
}
.BgClassName
{
background-color: #E05E27;
}
</style>
border-color css
<style>
span { border-color: #E05E27; }
span { border-color: rgb(224,94,39); }
td.TdClassName
{
border-color: #E05E27;
}
.TagClassName
{
border-color: #E05E27;
}
</style>