Shades of Geraldine #EF766B
Tints of Geraldine #EF766B
RGB
CMYK
RGB Variations
Color information
#EF766B (or 0xEF766B) is known color: Geraldine. HEX triplet: EF, 76 and 6B. RGB value is (239,118,107). Sum of RGB (Red+Green+Blue) = 239+118+107=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF766B is #108994. Grayscale: #999999. Windows color (decimal): -1083797 or 7042799. OLE color: 7042799.
HSL color Cylindrical-coordinate representation of color #EF766B: hue angle of 5º 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 #EF766B is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 107 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.06 |
| HSL | 5º | 0.8% | 0.68% | - |
| HSV(B) | 5º | 0.55% | 0.94% | - |
| XYZ | 44.73 | 32.37 | 17.8 | - |
| YUV | 152.93 | 102.09 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 107 | 0 | 0.51 | 0.55 | 0.06 | 5 | 0.8 | 0.68 |
| Hex | EF | 76 | 6B | 0 | 33 | 37 | 6 | 5 | 50 | 44 |
| Octal | 357 | 166 | 153 | 0 | 63 | 67 | 6 | 5 | 120 | 104 |
| Binary | 11101111 | 1110110 | 1101011 | 0 | 110011 | 110111 | 110 | 101 | 1010000 | 1000100 |
Color Harmonies of #EF766B
Complementary color
Monochromatic Colors of #EF766B
Black with #EF766B
Text Example
Text Example
White with #EF766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF766B; }
p { color: rgb(239,118,107); }
H1.HeaderClassName
{
color: #EF766B;
}
.AnyTagClassName
{
color: #EF766B;
}
</style>
background-color css
<style>
a { background-color: #EF766B; }
a { background-color: rgb(239,118,107); }
div.DivClassName
{
background-color: #EF766B;
}
.BgClassName
{
background-color: #EF766B;
}
</style>
border-color css
<style>
span { border-color: #EF766B; }
span { border-color: rgb(239,118,107); }
td.TdClassName
{
border-color: #EF766B;
}
.TagClassName
{
border-color: #EF766B;
}
</style>