Shades of Geraldine #EF7A70
Tints of Geraldine #EF7A70
RGB
CMYK
RGB Variations
Color information
#EF7A70 (or 0xEF7A70) is known color: Geraldine. HEX triplet: EF, 7A and 70. RGB value is (239,122,112). Sum of RGB (Red+Green+Blue) = 239+122+112=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A70 is #10858F. Grayscale: #9C9C9C. Windows color (decimal): -1082768 or 7371503. OLE color: 7371503.
HSL color Cylindrical-coordinate representation of color #EF7A70: hue angle of 4.72º 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 #EF7A70 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 112 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.06 |
| HSL | 4.72º | 0.8% | 0.69% | - |
| HSV(B) | 4.72º | 0.53% | 0.94% | - |
| XYZ | 45.48 | 33.44 | 19.39 | - |
| YUV | 155.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 112 | 0 | 0.49 | 0.53 | 0.06 | 4.72 | 0.8 | 0.69 |
| Hex | EF | 7A | 70 | 0 | 31 | 35 | 6 | 5 | 50 | 45 |
| Octal | 357 | 172 | 160 | 0 | 61 | 65 | 6 | 5 | 120 | 105 |
| Binary | 11101111 | 1111010 | 1110000 | 0 | 110001 | 110101 | 110 | 101 | 1010000 | 1000101 |
Color Harmonies of #EF7A70
Complementary color
Monochromatic Colors of #EF7A70
Black with #EF7A70
Text Example
Text Example
White with #EF7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A70; }
p { color: rgb(239,122,112); }
H1.HeaderClassName
{
color: #EF7A70;
}
.AnyTagClassName
{
color: #EF7A70;
}
</style>
background-color css
<style>
a { background-color: #EF7A70; }
a { background-color: rgb(239,122,112); }
div.DivClassName
{
background-color: #EF7A70;
}
.BgClassName
{
background-color: #EF7A70;
}
</style>
border-color css
<style>
span { border-color: #EF7A70; }
span { border-color: rgb(239,122,112); }
td.TdClassName
{
border-color: #EF7A70;
}
.TagClassName
{
border-color: #EF7A70;
}
</style>