Shades of Geraldine #EE7C73
Tints of Geraldine #EE7C73
RGB
CMYK
RGB Variations
Color information
#EE7C73 (or 0xEE7C73) is known color: Geraldine. HEX triplet: EE, 7C and 73. RGB value is (238,124,115). Sum of RGB (Red+Green+Blue) = 238+124+115=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7C73 is #11838C. Grayscale: #9D9D9D. Windows color (decimal): -1147789 or 7568622. OLE color: 7568622.
HSL color Cylindrical-coordinate representation of color #EE7C73: hue angle of 4.39º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE7C73 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 124 | 115 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.07 |
| HSL | 4.39º | 0.78% | 0.69% | - |
| HSV(B) | 4.39º | 0.52% | 0.93% | - |
| XYZ | 45.56 | 33.83 | 20.35 | - |
| YUV | 157.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 115 | 0 | 0.48 | 0.52 | 0.07 | 4.39 | 0.78 | 0.69 |
| Hex | EE | 7C | 73 | 0 | 30 | 34 | 7 | 4 | 4E | 45 |
| Octal | 356 | 174 | 163 | 0 | 60 | 64 | 7 | 4 | 116 | 105 |
| Binary | 11101110 | 1111100 | 1110011 | 0 | 110000 | 110100 | 111 | 100 | 1001110 | 1000101 |
Color Harmonies of #EE7C73
Complementary color
Monochromatic Colors of #EE7C73
Black with #EE7C73
Text Example
Text Example
White with #EE7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7C73; }
p { color: rgb(238,124,115); }
H1.HeaderClassName
{
color: #EE7C73;
}
.AnyTagClassName
{
color: #EE7C73;
}
</style>
background-color css
<style>
a { background-color: #EE7C73; }
a { background-color: rgb(238,124,115); }
div.DivClassName
{
background-color: #EE7C73;
}
.BgClassName
{
background-color: #EE7C73;
}
</style>
border-color css
<style>
span { border-color: #EE7C73; }
span { border-color: rgb(238,124,115); }
td.TdClassName
{
border-color: #EE7C73;
}
.TagClassName
{
border-color: #EE7C73;
}
</style>