Shades of Geraldine #E07C73
Tints of Geraldine #E07C73
RGB
CMYK
RGB Variations
Color information
#E07C73 (or 0xE07C73) is known color: Geraldine. HEX triplet: E0, 7C and 73. RGB value is (224,124,115). Sum of RGB (Red+Green+Blue) = 224+124+115=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07C73 is #1F838C. Grayscale: #999999. Windows color (decimal): -2065293 or 7568608. OLE color: 7568608.
HSL color Cylindrical-coordinate representation of color #E07C73: hue angle of 4.95º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E07C73 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 115 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.12 |
| HSL | 4.95º | 0.64% | 0.66% | - |
| HSV(B) | 4.95º | 0.49% | 0.88% | - |
| XYZ | 41.04 | 31.5 | 20.14 | - |
| YUV | 152.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 115 | 0 | 0.45 | 0.49 | 0.12 | 4.95 | 0.64 | 0.66 |
| Hex | E0 | 7C | 73 | 0 | 2D | 31 | C | 5 | 40 | 42 |
| Octal | 340 | 174 | 163 | 0 | 55 | 61 | 14 | 5 | 100 | 102 |
| Binary | 11100000 | 1111100 | 1110011 | 0 | 101101 | 110001 | 1100 | 101 | 1000000 | 1000010 |
Color Harmonies of #E07C73
Complementary color
Monochromatic Colors of #E07C73
Black with #E07C73
Text Example
Text Example
White with #E07C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07C73; }
p { color: rgb(224,124,115); }
H1.HeaderClassName
{
color: #E07C73;
}
.AnyTagClassName
{
color: #E07C73;
}
</style>
background-color css
<style>
a { background-color: #E07C73; }
a { background-color: rgb(224,124,115); }
div.DivClassName
{
background-color: #E07C73;
}
.BgClassName
{
background-color: #E07C73;
}
</style>
border-color css
<style>
span { border-color: #E07C73; }
span { border-color: rgb(224,124,115); }
td.TdClassName
{
border-color: #E07C73;
}
.TagClassName
{
border-color: #E07C73;
}
</style>