Shades of Geraldine #EF7C70
Tints of Geraldine #EF7C70
RGB
CMYK
RGB Variations
Color information
#EF7C70 (or 0xEF7C70) is known color: Geraldine. HEX triplet: EF, 7C and 70. RGB value is (239,124,112). Sum of RGB (Red+Green+Blue) = 239+124+112=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7C70 is #10838F. Grayscale: #9D9D9D. Windows color (decimal): -1082256 or 7372015. OLE color: 7372015.
HSL color Cylindrical-coordinate representation of color #EF7C70: hue angle of 5.67º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF7C70 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 112 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.06 |
| HSL | 5.67º | 0.8% | 0.69% | - |
| HSV(B) | 5.67º | 0.53% | 0.94% | - |
| XYZ | 45.73 | 33.94 | 19.47 | - |
| YUV | 157.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 112 | 0 | 0.48 | 0.53 | 0.06 | 5.67 | 0.8 | 0.69 |
| Hex | EF | 7C | 70 | 0 | 30 | 35 | 6 | 6 | 50 | 45 |
| Octal | 357 | 174 | 160 | 0 | 60 | 65 | 6 | 6 | 120 | 105 |
| Binary | 11101111 | 1111100 | 1110000 | 0 | 110000 | 110101 | 110 | 110 | 1010000 | 1000101 |
Color Harmonies of #EF7C70
Complementary color
Monochromatic Colors of #EF7C70
Black with #EF7C70
Text Example
Text Example
White with #EF7C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7C70; }
p { color: rgb(239,124,112); }
H1.HeaderClassName
{
color: #EF7C70;
}
.AnyTagClassName
{
color: #EF7C70;
}
</style>
background-color css
<style>
a { background-color: #EF7C70; }
a { background-color: rgb(239,124,112); }
div.DivClassName
{
background-color: #EF7C70;
}
.BgClassName
{
background-color: #EF7C70;
}
</style>
border-color css
<style>
span { border-color: #EF7C70; }
span { border-color: rgb(239,124,112); }
td.TdClassName
{
border-color: #EF7C70;
}
.TagClassName
{
border-color: #EF7C70;
}
</style>