Shades of Geraldine #EF7B6E
Tints of Geraldine #EF7B6E
RGB
CMYK
RGB Variations
Color information
#EF7B6E (or 0xEF7B6E) is known color: Geraldine. HEX triplet: EF, 7B and 6E. RGB value is (239,123,110). Sum of RGB (Red+Green+Blue) = 239+123+110=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B6E is #108491. Grayscale: #9C9C9C. Windows color (decimal): -1082514 or 7240687. OLE color: 7240687.
HSL color Cylindrical-coordinate representation of color #EF7B6E: hue angle of 6.05º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF7B6E is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 110 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.06 |
| HSL | 6.05º | 0.8% | 0.68% | - |
| HSV(B) | 6.05º | 0.54% | 0.94% | - |
| XYZ | 45.49 | 33.64 | 18.85 | - |
| YUV | 156.2 | 101.93 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 110 | 0 | 0.49 | 0.54 | 0.06 | 6.05 | 0.8 | 0.68 |
| Hex | EF | 7B | 6E | 0 | 31 | 36 | 6 | 6 | 50 | 44 |
| Octal | 357 | 173 | 156 | 0 | 61 | 66 | 6 | 6 | 120 | 104 |
| Binary | 11101111 | 1111011 | 1101110 | 0 | 110001 | 110110 | 110 | 110 | 1010000 | 1000100 |
Color Harmonies of #EF7B6E
Complementary color
Monochromatic Colors of #EF7B6E
Black with #EF7B6E
Text Example
Text Example
White with #EF7B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B6E; }
p { color: rgb(239,123,110); }
H1.HeaderClassName
{
color: #EF7B6E;
}
.AnyTagClassName
{
color: #EF7B6E;
}
</style>
background-color css
<style>
a { background-color: #EF7B6E; }
a { background-color: rgb(239,123,110); }
div.DivClassName
{
background-color: #EF7B6E;
}
.BgClassName
{
background-color: #EF7B6E;
}
</style>
border-color css
<style>
span { border-color: #EF7B6E; }
span { border-color: rgb(239,123,110); }
td.TdClassName
{
border-color: #EF7B6E;
}
.TagClassName
{
border-color: #EF7B6E;
}
</style>