Shades of Geraldine #EF776B
Tints of Geraldine #EF776B
RGB
CMYK
RGB Variations
Color information
#EF776B (or 0xEF776B) is known color: Geraldine. HEX triplet: EF, 77 and 6B. RGB value is (239,119,107). Sum of RGB (Red+Green+Blue) = 239+119+107=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF776B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF776B is #108894. Grayscale: #999999. Windows color (decimal): -1083541 or 7043055. OLE color: 7043055.
HSL color Cylindrical-coordinate representation of color #EF776B: hue angle of 5.45º 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 #EF776B is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 107 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.06 |
| HSL | 5.45º | 0.8% | 0.68% | - |
| HSV(B) | 5.45º | 0.55% | 0.94% | - |
| XYZ | 44.85 | 32.61 | 17.84 | - |
| YUV | 153.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 107 | 0 | 0.50 | 0.55 | 0.06 | 5.45 | 0.8 | 0.68 |
| Hex | EF | 77 | 6B | 0 | 32 | 37 | 6 | 5 | 50 | 44 |
| Octal | 357 | 167 | 153 | 0 | 62 | 67 | 6 | 5 | 120 | 104 |
| Binary | 11101111 | 1110111 | 1101011 | 0 | 110010 | 110111 | 110 | 101 | 1010000 | 1000100 |
Color Harmonies of #EF776B
Complementary color
Monochromatic Colors of #EF776B
Black with #EF776B
Text Example
Text Example
White with #EF776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF776B; }
p { color: rgb(239,119,107); }
H1.HeaderClassName
{
color: #EF776B;
}
.AnyTagClassName
{
color: #EF776B;
}
</style>
background-color css
<style>
a { background-color: #EF776B; }
a { background-color: rgb(239,119,107); }
div.DivClassName
{
background-color: #EF776B;
}
.BgClassName
{
background-color: #EF776B;
}
</style>
border-color css
<style>
span { border-color: #EF776B; }
span { border-color: rgb(239,119,107); }
td.TdClassName
{
border-color: #EF776B;
}
.TagClassName
{
border-color: #EF776B;
}
</style>