Shades of Geraldine #EF706B
Tints of Geraldine #EF706B
RGB
CMYK
RGB Variations
Color information
#EF706B (or 0xEF706B) is known color: Geraldine. HEX triplet: EF, 70 and 6B. RGB value is (239,112,107). Sum of RGB (Red+Green+Blue) = 239+112+107=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF706B is #108F94. Grayscale: #959595. Windows color (decimal): -1085333 or 7041263. OLE color: 7041263.
HSL color Cylindrical-coordinate representation of color #EF706B: hue angle of 2.27º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF706B is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 112 | 107 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.06 |
| HSL | 2.27º | 0.8% | 0.68% | - |
| HSV(B) | 2.27º | 0.55% | 0.94% | - |
| XYZ | 44.04 | 31 | 17.57 | - |
| YUV | 149.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 112 | 107 | 0 | 0.53 | 0.55 | 0.06 | 2.27 | 0.8 | 0.68 |
| Hex | EF | 70 | 6B | 0 | 35 | 37 | 6 | 2 | 50 | 44 |
| Octal | 357 | 160 | 153 | 0 | 65 | 67 | 6 | 2 | 120 | 104 |
| Binary | 11101111 | 1110000 | 1101011 | 0 | 110101 | 110111 | 110 | 10 | 1010000 | 1000100 |
Color Harmonies of #EF706B
Complementary color
Monochromatic Colors of #EF706B
Black with #EF706B
Text Example
Text Example
White with #EF706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF706B; }
p { color: rgb(239,112,107); }
H1.HeaderClassName
{
color: #EF706B;
}
.AnyTagClassName
{
color: #EF706B;
}
</style>
background-color css
<style>
a { background-color: #EF706B; }
a { background-color: rgb(239,112,107); }
div.DivClassName
{
background-color: #EF706B;
}
.BgClassName
{
background-color: #EF706B;
}
</style>
border-color css
<style>
span { border-color: #EF706B; }
span { border-color: rgb(239,112,107); }
td.TdClassName
{
border-color: #EF706B;
}
.TagClassName
{
border-color: #EF706B;
}
</style>