Shades of Geraldine #EF7671
Tints of Geraldine #EF7671
RGB
CMYK
RGB Variations
Color information
#EF7671 (or 0xEF7671) is known color: Geraldine. HEX triplet: EF, 76 and 71. RGB value is (239,118,113). Sum of RGB (Red+Green+Blue) = 239+118+113=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 118 (46.48% from 255 or 25.11% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7671 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7671 is #10898E. Grayscale: #999999. Windows color (decimal): -1083791 or 7436015. OLE color: 7436015.
HSL color Cylindrical-coordinate representation of color #EF7671: hue angle of 2.38º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF7671 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 113 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.06 |
| HSL | 2.38º | 0.8% | 0.69% | - |
| HSV(B) | 2.38º | 0.53% | 0.94% | - |
| XYZ | 45.06 | 32.5 | 19.52 | - |
| YUV | 153.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 113 | 0 | 0.51 | 0.53 | 0.06 | 2.38 | 0.8 | 0.69 |
| Hex | EF | 76 | 71 | 0 | 33 | 35 | 6 | 2 | 50 | 45 |
| Octal | 357 | 166 | 161 | 0 | 63 | 65 | 6 | 2 | 120 | 105 |
| Binary | 11101111 | 1110110 | 1110001 | 0 | 110011 | 110101 | 110 | 10 | 1010000 | 1000101 |
Color Harmonies of #EF7671
Complementary color
Monochromatic Colors of #EF7671
Black with #EF7671
Text Example
Text Example
White with #EF7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7671; }
p { color: rgb(239,118,113); }
H1.HeaderClassName
{
color: #EF7671;
}
.AnyTagClassName
{
color: #EF7671;
}
</style>
background-color css
<style>
a { background-color: #EF7671; }
a { background-color: rgb(239,118,113); }
div.DivClassName
{
background-color: #EF7671;
}
.BgClassName
{
background-color: #EF7671;
}
</style>
border-color css
<style>
span { border-color: #EF7671; }
span { border-color: rgb(239,118,113); }
td.TdClassName
{
border-color: #EF7671;
}
.TagClassName
{
border-color: #EF7671;
}
</style>