Shades of Gold Drop #E0632A
Tints of Gold Drop #E0632A
RGB
CMYK
RGB Variations
Color information
#E0632A (or 0xE0632A) is known color: Gold Drop. HEX triplet: E0, 63 and 2A. RGB value is (224,99,42). Sum of RGB (Red+Green+Blue) = 224+99+42=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0632A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0632A is #1F9CD5. Grayscale: #828282. Windows color (decimal): -2071766 or 2778080. OLE color: 2778080.
HSL color Cylindrical-coordinate representation of color #E0632A: hue angle of 18.79º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0632A is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 42 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.12 |
| HSL | 18.79º | 0.75% | 0.52% | - |
| HSV(B) | 18.79º | 0.81% | 0.88% | - |
| XYZ | 35.62 | 24.94 | 5.13 | - |
| YUV | 129.88 | 78.41 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 42 | 0 | 0.56 | 0.81 | 0.12 | 18.79 | 0.75 | 0.52 |
| Hex | E0 | 63 | 2A | 0 | 38 | 51 | C | 13 | 4B | 34 |
| Octal | 340 | 143 | 52 | 0 | 70 | 121 | 14 | 23 | 113 | 64 |
| Binary | 11100000 | 1100011 | 101010 | 0 | 111000 | 1010001 | 1100 | 10011 | 1001011 | 110100 |
Color Harmonies of #E0632A
Complementary color
Monochromatic Colors of #E0632A
Black with #E0632A
Text Example
Text Example
White with #E0632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0632A; }
p { color: rgb(224,99,42); }
H1.HeaderClassName
{
color: #E0632A;
}
.AnyTagClassName
{
color: #E0632A;
}
</style>
background-color css
<style>
a { background-color: #E0632A; }
a { background-color: rgb(224,99,42); }
div.DivClassName
{
background-color: #E0632A;
}
.BgClassName
{
background-color: #E0632A;
}
</style>
border-color css
<style>
span { border-color: #E0632A; }
span { border-color: rgb(224,99,42); }
td.TdClassName
{
border-color: #E0632A;
}
.TagClassName
{
border-color: #E0632A;
}
</style>