Shades of Geraldine #EF786D
Tints of Geraldine #EF786D
RGB
CMYK
RGB Variations
Color information
#EF786D (or 0xEF786D) is known color: Geraldine. HEX triplet: EF, 78 and 6D. RGB value is (239,120,109). Sum of RGB (Red+Green+Blue) = 239+120+109=468 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.07% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 239 - color contains mainly: red. Hex color #EF786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF786D is #108792. Grayscale: #9A9A9A. Windows color (decimal): -1083283 or 7174383. OLE color: 7174383.
HSL color Cylindrical-coordinate representation of color #EF786D: hue angle of 5.08º 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 #EF786D is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 120 | 109 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.06 |
| HSL | 5.08º | 0.8% | 0.68% | - |
| HSV(B) | 5.08º | 0.54% | 0.94% | - |
| XYZ | 45.07 | 32.89 | 18.44 | - |
| YUV | 154.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 120 | 109 | 0 | 0.50 | 0.54 | 0.06 | 5.08 | 0.8 | 0.68 |
| Hex | EF | 78 | 6D | 0 | 32 | 36 | 6 | 5 | 50 | 44 |
| Octal | 357 | 170 | 155 | 0 | 62 | 66 | 6 | 5 | 120 | 104 |
| Binary | 11101111 | 1111000 | 1101101 | 0 | 110010 | 110110 | 110 | 101 | 1010000 | 1000100 |
Color Harmonies of #EF786D
Complementary color
Monochromatic Colors of #EF786D
Black with #EF786D
Text Example
Text Example
White with #EF786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF786D; }
p { color: rgb(239,120,109); }
H1.HeaderClassName
{
color: #EF786D;
}
.AnyTagClassName
{
color: #EF786D;
}
</style>
background-color css
<style>
a { background-color: #EF786D; }
a { background-color: rgb(239,120,109); }
div.DivClassName
{
background-color: #EF786D;
}
.BgClassName
{
background-color: #EF786D;
}
</style>
border-color css
<style>
span { border-color: #EF786D; }
span { border-color: rgb(239,120,109); }
td.TdClassName
{
border-color: #EF786D;
}
.TagClassName
{
border-color: #EF786D;
}
</style>