Shades of Gold Drop #E06226
Tints of Gold Drop #E06226
RGB
CMYK
RGB Variations
Color information
#E06226 (or 0xE06226) is known color: Gold Drop. HEX triplet: E0, 62 and 26. RGB value is (224,98,38). Sum of RGB (Red+Green+Blue) = 224+98+38=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E06226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06226 is #1F9DD9. Grayscale: #818181. Windows color (decimal): -2072026 or 2515680. OLE color: 2515680.
HSL color Cylindrical-coordinate representation of color #E06226: hue angle of 19.35º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E06226 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 38 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.12 |
| HSL | 19.35º | 0.75% | 0.51% | - |
| HSV(B) | 19.35º | 0.83% | 0.88% | - |
| XYZ | 35.46 | 24.72 | 4.74 | - |
| YUV | 128.83 | 76.74 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 38 | 0 | 0.56 | 0.83 | 0.12 | 19.35 | 0.75 | 0.51 |
| Hex | E0 | 62 | 26 | 0 | 38 | 53 | C | 13 | 4B | 33 |
| Octal | 340 | 142 | 46 | 0 | 70 | 123 | 14 | 23 | 113 | 63 |
| Binary | 11100000 | 1100010 | 100110 | 0 | 111000 | 1010011 | 1100 | 10011 | 1001011 | 110011 |
Color Harmonies of #E06226
Complementary color
Monochromatic Colors of #E06226
Black with #E06226
Text Example
Text Example
White with #E06226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06226; }
p { color: rgb(224,98,38); }
H1.HeaderClassName
{
color: #E06226;
}
.AnyTagClassName
{
color: #E06226;
}
</style>
background-color css
<style>
a { background-color: #E06226; }
a { background-color: rgb(224,98,38); }
div.DivClassName
{
background-color: #E06226;
}
.BgClassName
{
background-color: #E06226;
}
</style>
border-color css
<style>
span { border-color: #E06226; }
span { border-color: rgb(224,98,38); }
td.TdClassName
{
border-color: #E06226;
}
.TagClassName
{
border-color: #E06226;
}
</style>