Shades of Geraldine #EF7B6C
Tints of Geraldine #EF7B6C
RGB
CMYK
RGB Variations
Color information
#EF7B6C (or 0xEF7B6C) is known color: Geraldine. HEX triplet: EF, 7B and 6C. RGB value is (239,123,108). Sum of RGB (Red+Green+Blue) = 239+123+108=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B6C is #108493. Grayscale: #9C9C9C. Windows color (decimal): -1082516 or 7109615. OLE color: 7109615.
HSL color Cylindrical-coordinate representation of color #EF7B6C: hue angle of 6.87º 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 #EF7B6C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 108 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.06 |
| HSL | 6.87º | 0.8% | 0.68% | - |
| HSV(B) | 6.87º | 0.55% | 0.94% | - |
| XYZ | 45.39 | 33.6 | 18.28 | - |
| YUV | 155.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 108 | 0 | 0.49 | 0.55 | 0.06 | 6.87 | 0.8 | 0.68 |
| Hex | EF | 7B | 6C | 0 | 31 | 37 | 6 | 7 | 50 | 44 |
| Octal | 357 | 173 | 154 | 0 | 61 | 67 | 6 | 7 | 120 | 104 |
| Binary | 11101111 | 1111011 | 1101100 | 0 | 110001 | 110111 | 110 | 111 | 1010000 | 1000100 |
Color Harmonies of #EF7B6C
Complementary color
Monochromatic Colors of #EF7B6C
Black with #EF7B6C
Text Example
Text Example
White with #EF7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B6C; }
p { color: rgb(239,123,108); }
H1.HeaderClassName
{
color: #EF7B6C;
}
.AnyTagClassName
{
color: #EF7B6C;
}
</style>
background-color css
<style>
a { background-color: #EF7B6C; }
a { background-color: rgb(239,123,108); }
div.DivClassName
{
background-color: #EF7B6C;
}
.BgClassName
{
background-color: #EF7B6C;
}
</style>
border-color css
<style>
span { border-color: #EF7B6C; }
span { border-color: rgb(239,123,108); }
td.TdClassName
{
border-color: #EF7B6C;
}
.TagClassName
{
border-color: #EF7B6C;
}
</style>