Shades of Geraldine #EF7768
Tints of Geraldine #EF7768
RGB
CMYK
RGB Variations
Color information
#EF7768 (or 0xEF7768) is known color: Geraldine. HEX triplet: EF, 77 and 68. RGB value is (239,119,104). Sum of RGB (Red+Green+Blue) = 239+119+104=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7768 is #108897. Grayscale: #999999. Windows color (decimal): -1083544 or 6846447. OLE color: 6846447.
HSL color Cylindrical-coordinate representation of color #EF7768: hue angle of 6.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF7768 is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 104 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.06 |
| HSL | 6.67º | 0.81% | 0.67% | - |
| HSV(B) | 6.67º | 0.56% | 0.94% | - |
| XYZ | 44.69 | 32.54 | 17.02 | - |
| YUV | 153.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 104 | 0 | 0.50 | 0.56 | 0.06 | 6.67 | 0.81 | 0.67 |
| Hex | EF | 77 | 68 | 0 | 32 | 38 | 6 | 7 | 51 | 43 |
| Octal | 357 | 167 | 150 | 0 | 62 | 70 | 6 | 7 | 121 | 103 |
| Binary | 11101111 | 1110111 | 1101000 | 0 | 110010 | 111000 | 110 | 111 | 1010001 | 1000011 |
Color Harmonies of #EF7768
Complementary color
Monochromatic Colors of #EF7768
Black with #EF7768
Text Example
Text Example
White with #EF7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7768; }
p { color: rgb(239,119,104); }
H1.HeaderClassName
{
color: #EF7768;
}
.AnyTagClassName
{
color: #EF7768;
}
</style>
background-color css
<style>
a { background-color: #EF7768; }
a { background-color: rgb(239,119,104); }
div.DivClassName
{
background-color: #EF7768;
}
.BgClassName
{
background-color: #EF7768;
}
</style>
border-color css
<style>
span { border-color: #EF7768; }
span { border-color: rgb(239,119,104); }
td.TdClassName
{
border-color: #EF7768;
}
.TagClassName
{
border-color: #EF7768;
}
</style>