Shades of Geraldine #EF7A6C
Tints of Geraldine #EF7A6C
RGB
CMYK
RGB Variations
Color information
#EF7A6C (or 0xEF7A6C) is known color: Geraldine. HEX triplet: EF, 7A and 6C. RGB value is (239,122,108). Sum of RGB (Red+Green+Blue) = 239+122+108=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A6C is #108593. Grayscale: #9B9B9B. Windows color (decimal): -1082772 or 7109359. OLE color: 7109359.
HSL color Cylindrical-coordinate representation of color #EF7A6C: hue angle of 6.41º 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 #EF7A6C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 108 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.06 |
| HSL | 6.41º | 0.8% | 0.68% | - |
| HSV(B) | 6.41º | 0.55% | 0.94% | - |
| XYZ | 45.26 | 33.35 | 18.24 | - |
| YUV | 155.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 108 | 0 | 0.49 | 0.55 | 0.06 | 6.41 | 0.8 | 0.68 |
| Hex | EF | 7A | 6C | 0 | 31 | 37 | 6 | 6 | 50 | 44 |
| Octal | 357 | 172 | 154 | 0 | 61 | 67 | 6 | 6 | 120 | 104 |
| Binary | 11101111 | 1111010 | 1101100 | 0 | 110001 | 110111 | 110 | 110 | 1010000 | 1000100 |
Color Harmonies of #EF7A6C
Complementary color
Monochromatic Colors of #EF7A6C
Black with #EF7A6C
Text Example
Text Example
White with #EF7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A6C; }
p { color: rgb(239,122,108); }
H1.HeaderClassName
{
color: #EF7A6C;
}
.AnyTagClassName
{
color: #EF7A6C;
}
</style>
background-color css
<style>
a { background-color: #EF7A6C; }
a { background-color: rgb(239,122,108); }
div.DivClassName
{
background-color: #EF7A6C;
}
.BgClassName
{
background-color: #EF7A6C;
}
</style>
border-color css
<style>
span { border-color: #EF7A6C; }
span { border-color: rgb(239,122,108); }
td.TdClassName
{
border-color: #EF7A6C;
}
.TagClassName
{
border-color: #EF7A6C;
}
</style>