Shades of Geraldine #EF7A6F
Tints of Geraldine #EF7A6F
RGB
CMYK
RGB Variations
Color information
#EF7A6F (or 0xEF7A6F) is known color: Geraldine. HEX triplet: EF, 7A and 6F. RGB value is (239,122,111). Sum of RGB (Red+Green+Blue) = 239+122+111=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A6F is #108590. Grayscale: #9B9B9B. Windows color (decimal): -1082769 or 7305967. OLE color: 7305967.
HSL color Cylindrical-coordinate representation of color #EF7A6F: hue angle of 5.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF7A6F is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 111 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.06 |
| HSL | 5.16º | 0.8% | 0.69% | - |
| HSV(B) | 5.16º | 0.54% | 0.94% | - |
| XYZ | 45.43 | 33.42 | 19.09 | - |
| YUV | 155.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 111 | 0 | 0.49 | 0.54 | 0.06 | 5.16 | 0.8 | 0.69 |
| Hex | EF | 7A | 6F | 0 | 31 | 36 | 6 | 5 | 50 | 45 |
| Octal | 357 | 172 | 157 | 0 | 61 | 66 | 6 | 5 | 120 | 105 |
| Binary | 11101111 | 1111010 | 1101111 | 0 | 110001 | 110110 | 110 | 101 | 1010000 | 1000101 |
Color Harmonies of #EF7A6F
Complementary color
Monochromatic Colors of #EF7A6F
Black with #EF7A6F
Text Example
Text Example
White with #EF7A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A6F; }
p { color: rgb(239,122,111); }
H1.HeaderClassName
{
color: #EF7A6F;
}
.AnyTagClassName
{
color: #EF7A6F;
}
</style>
background-color css
<style>
a { background-color: #EF7A6F; }
a { background-color: rgb(239,122,111); }
div.DivClassName
{
background-color: #EF7A6F;
}
.BgClassName
{
background-color: #EF7A6F;
}
</style>
border-color css
<style>
span { border-color: #EF7A6F; }
span { border-color: rgb(239,122,111); }
td.TdClassName
{
border-color: #EF7A6F;
}
.TagClassName
{
border-color: #EF7A6F;
}
</style>