Shades of Gold Drop #E1652A
Tints of Gold Drop #E1652A
RGB
CMYK
RGB Variations
Color information
#E1652A (or 0xE1652A) is known color: Gold Drop. HEX triplet: E1, 65 and 2A. RGB value is (225,101,42). Sum of RGB (Red+Green+Blue) = 225+101+42=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1652A is #1E9AD5. Grayscale: #838383. Windows color (decimal): -2005718 or 2778593. OLE color: 2778593.
HSL color Cylindrical-coordinate representation of color #E1652A: hue angle of 19.34º 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 #E1652A is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 42 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.12 |
| HSL | 19.34º | 0.75% | 0.52% | - |
| HSV(B) | 19.34º | 0.81% | 0.88% | - |
| XYZ | 36.12 | 25.48 | 5.21 | - |
| YUV | 131.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 42 | 0 | 0.55 | 0.81 | 0.12 | 19.34 | 0.75 | 0.52 |
| Hex | E1 | 65 | 2A | 0 | 37 | 51 | C | 13 | 4B | 34 |
| Octal | 341 | 145 | 52 | 0 | 67 | 121 | 14 | 23 | 113 | 64 |
| Binary | 11100001 | 1100101 | 101010 | 0 | 110111 | 1010001 | 1100 | 10011 | 1001011 | 110100 |
Color Harmonies of #E1652A
Complementary color
Monochromatic Colors of #E1652A
Black with #E1652A
Text Example
Text Example
White with #E1652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1652A; }
p { color: rgb(225,101,42); }
H1.HeaderClassName
{
color: #E1652A;
}
.AnyTagClassName
{
color: #E1652A;
}
</style>
background-color css
<style>
a { background-color: #E1652A; }
a { background-color: rgb(225,101,42); }
div.DivClassName
{
background-color: #E1652A;
}
.BgClassName
{
background-color: #E1652A;
}
</style>
border-color css
<style>
span { border-color: #E1652A; }
span { border-color: rgb(225,101,42); }
td.TdClassName
{
border-color: #E1652A;
}
.TagClassName
{
border-color: #E1652A;
}
</style>