Shades of Geraldine #EF776A
Tints of Geraldine #EF776A
RGB
CMYK
RGB Variations
Color information
#EF776A (or 0xEF776A) is known color: Geraldine. HEX triplet: EF, 77 and 6A. RGB value is (239,119,106). Sum of RGB (Red+Green+Blue) = 239+119+106=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF776A is #108895. Grayscale: #999999. Windows color (decimal): -1083542 or 6977519. OLE color: 6977519.
HSL color Cylindrical-coordinate representation of color #EF776A: hue angle of 5.86º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF776A is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 106 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.06 |
| HSL | 5.86º | 0.81% | 0.68% | - |
| HSV(B) | 5.86º | 0.56% | 0.94% | - |
| XYZ | 44.79 | 32.58 | 17.56 | - |
| YUV | 153.4 | 101.26 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 106 | 0 | 0.50 | 0.56 | 0.06 | 5.86 | 0.81 | 0.68 |
| Hex | EF | 77 | 6A | 0 | 32 | 38 | 6 | 6 | 51 | 44 |
| Octal | 357 | 167 | 152 | 0 | 62 | 70 | 6 | 6 | 121 | 104 |
| Binary | 11101111 | 1110111 | 1101010 | 0 | 110010 | 111000 | 110 | 110 | 1010001 | 1000100 |
Color Harmonies of #EF776A
Complementary color
Monochromatic Colors of #EF776A
Black with #EF776A
Text Example
Text Example
White with #EF776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF776A; }
p { color: rgb(239,119,106); }
H1.HeaderClassName
{
color: #EF776A;
}
.AnyTagClassName
{
color: #EF776A;
}
</style>
background-color css
<style>
a { background-color: #EF776A; }
a { background-color: rgb(239,119,106); }
div.DivClassName
{
background-color: #EF776A;
}
.BgClassName
{
background-color: #EF776A;
}
</style>
border-color css
<style>
span { border-color: #EF776A; }
span { border-color: rgb(239,119,106); }
td.TdClassName
{
border-color: #EF776A;
}
.TagClassName
{
border-color: #EF776A;
}
</style>