Shades of Geraldine #EF7C76
Tints of Geraldine #EF7C76
RGB
CMYK
RGB Variations
Color information
#EF7C76 (or 0xEF7C76) is known color: Geraldine. HEX triplet: EF, 7C and 76. RGB value is (239,124,118). Sum of RGB (Red+Green+Blue) = 239+124+118=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7C76 is #108389. Grayscale: #9D9D9D. Windows color (decimal): -1082250 or 7765231. OLE color: 7765231.
HSL color Cylindrical-coordinate representation of color #EF7C76: hue angle of 2.98º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7C76 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 124 | 118 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.06 |
| HSL | 2.98º | 0.79% | 0.7% | - |
| HSV(B) | 2.98º | 0.51% | 0.94% | - |
| XYZ | 46.07 | 34.07 | 21.29 | - |
| YUV | 157.7 | 105.6 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 124 | 118 | 0 | 0.48 | 0.51 | 0.06 | 2.98 | 0.79 | 0.7 |
| Hex | EF | 7C | 76 | 0 | 30 | 33 | 6 | 3 | 4F | 46 |
| Octal | 357 | 174 | 166 | 0 | 60 | 63 | 6 | 3 | 117 | 106 |
| Binary | 11101111 | 1111100 | 1110110 | 0 | 110000 | 110011 | 110 | 11 | 1001111 | 1000110 |
Color Harmonies of #EF7C76
Complementary color
Monochromatic Colors of #EF7C76
Black with #EF7C76
Text Example
Text Example
White with #EF7C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7C76; }
p { color: rgb(239,124,118); }
H1.HeaderClassName
{
color: #EF7C76;
}
.AnyTagClassName
{
color: #EF7C76;
}
</style>
background-color css
<style>
a { background-color: #EF7C76; }
a { background-color: rgb(239,124,118); }
div.DivClassName
{
background-color: #EF7C76;
}
.BgClassName
{
background-color: #EF7C76;
}
</style>
border-color css
<style>
span { border-color: #EF7C76; }
span { border-color: rgb(239,124,118); }
td.TdClassName
{
border-color: #EF7C76;
}
.TagClassName
{
border-color: #EF7C76;
}
</style>