Shades of Geraldine #EF7A74
Tints of Geraldine #EF7A74
RGB
CMYK
RGB Variations
Color information
#EF7A74 (or 0xEF7A74) is known color: Geraldine. HEX triplet: EF, 7A and 74. RGB value is (239,122,116). Sum of RGB (Red+Green+Blue) = 239+122+116=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A74 is #10858B. Grayscale: #9C9C9C. Windows color (decimal): -1082764 or 7633647. OLE color: 7633647.
HSL color Cylindrical-coordinate representation of color #EF7A74: hue angle of 2.93º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EF7A74 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 116 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.06 |
| HSL | 2.93º | 0.79% | 0.7% | - |
| HSV(B) | 2.93º | 0.51% | 0.94% | - |
| XYZ | 45.71 | 33.53 | 20.59 | - |
| YUV | 156.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 116 | 0 | 0.49 | 0.51 | 0.06 | 2.93 | 0.79 | 0.7 |
| Hex | EF | 7A | 74 | 0 | 31 | 33 | 6 | 3 | 4F | 46 |
| Octal | 357 | 172 | 164 | 0 | 61 | 63 | 6 | 3 | 117 | 106 |
| Binary | 11101111 | 1111010 | 1110100 | 0 | 110001 | 110011 | 110 | 11 | 1001111 | 1000110 |
Color Harmonies of #EF7A74
Complementary color
Monochromatic Colors of #EF7A74
Black with #EF7A74
Text Example
Text Example
White with #EF7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A74; }
p { color: rgb(239,122,116); }
H1.HeaderClassName
{
color: #EF7A74;
}
.AnyTagClassName
{
color: #EF7A74;
}
</style>
background-color css
<style>
a { background-color: #EF7A74; }
a { background-color: rgb(239,122,116); }
div.DivClassName
{
background-color: #EF7A74;
}
.BgClassName
{
background-color: #EF7A74;
}
</style>
border-color css
<style>
span { border-color: #EF7A74; }
span { border-color: rgb(239,122,116); }
td.TdClassName
{
border-color: #EF7A74;
}
.TagClassName
{
border-color: #EF7A74;
}
</style>