Shades of Geraldine #EF7D6F
Tints of Geraldine #EF7D6F
RGB
CMYK
RGB Variations
Color information
#EF7D6F (or 0xEF7D6F) is known color: Geraldine. HEX triplet: EF, 7D and 6F. RGB value is (239,125,111). Sum of RGB (Red+Green+Blue) = 239+125+111=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7D6F is #108290. Grayscale: #9D9D9D. Windows color (decimal): -1082001 or 7306735. OLE color: 7306735.
HSL color Cylindrical-coordinate representation of color #EF7D6F: hue angle of 6.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF7D6F is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 125 | 111 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.06 |
| HSL | 6.56º | 0.8% | 0.69% | - |
| HSV(B) | 6.56º | 0.54% | 0.94% | - |
| XYZ | 45.8 | 34.17 | 19.22 | - |
| YUV | 157.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 125 | 111 | 0 | 0.48 | 0.54 | 0.06 | 6.56 | 0.8 | 0.69 |
| Hex | EF | 7D | 6F | 0 | 30 | 36 | 6 | 7 | 50 | 45 |
| Octal | 357 | 175 | 157 | 0 | 60 | 66 | 6 | 7 | 120 | 105 |
| Binary | 11101111 | 1111101 | 1101111 | 0 | 110000 | 110110 | 110 | 111 | 1010000 | 1000101 |
Color Harmonies of #EF7D6F
Complementary color
Monochromatic Colors of #EF7D6F
Black with #EF7D6F
Text Example
Text Example
White with #EF7D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7D6F; }
p { color: rgb(239,125,111); }
H1.HeaderClassName
{
color: #EF7D6F;
}
.AnyTagClassName
{
color: #EF7D6F;
}
</style>
background-color css
<style>
a { background-color: #EF7D6F; }
a { background-color: rgb(239,125,111); }
div.DivClassName
{
background-color: #EF7D6F;
}
.BgClassName
{
background-color: #EF7D6F;
}
</style>
border-color css
<style>
span { border-color: #EF7D6F; }
span { border-color: rgb(239,125,111); }
td.TdClassName
{
border-color: #EF7D6F;
}
.TagClassName
{
border-color: #EF7D6F;
}
</style>