Shades of Geraldine #EF706F
Tints of Geraldine #EF706F
RGB
CMYK
RGB Variations
Color information
#EF706F (or 0xEF706F) is known color: Geraldine. HEX triplet: EF, 70 and 6F. RGB value is (239,112,111). Sum of RGB (Red+Green+Blue) = 239+112+111=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF706F is #108F90. Grayscale: #959595. Windows color (decimal): -1085329 or 7303407. OLE color: 7303407.
HSL color Cylindrical-coordinate representation of color #EF706F: hue angle of 0.47º 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 #EF706F is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 111 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.06 |
| HSL | 0.47º | 0.8% | 0.69% | - |
| HSV(B) | 0.47º | 0.54% | 0.94% | - |
| XYZ | 44.26 | 31.09 | 18.71 | - |
| YUV | 149.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 111 | 0 | 0.53 | 0.54 | 0.06 | 0.47 | 0.8 | 0.69 |
| Hex | EF | 70 | 6F | 0 | 35 | 36 | 6 | 0 | 50 | 45 |
| Octal | 357 | 160 | 157 | 0 | 65 | 66 | 6 | 0 | 120 | 105 |
| Binary | 11101111 | 1110000 | 1101111 | 0 | 110101 | 110110 | 110 | 0 | 1010000 | 1000101 |
Color Harmonies of #EF706F
Complementary color
Monochromatic Colors of #EF706F
Black with #EF706F
Text Example
Text Example
White with #EF706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF706F; }
p { color: rgb(239,112,111); }
H1.HeaderClassName
{
color: #EF706F;
}
.AnyTagClassName
{
color: #EF706F;
}
</style>
background-color css
<style>
a { background-color: #EF706F; }
a { background-color: rgb(239,112,111); }
div.DivClassName
{
background-color: #EF706F;
}
.BgClassName
{
background-color: #EF706F;
}
</style>
border-color css
<style>
span { border-color: #EF706F; }
span { border-color: rgb(239,112,111); }
td.TdClassName
{
border-color: #EF706F;
}
.TagClassName
{
border-color: #EF706F;
}
</style>