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