Shades of Geraldine #EF756D
Tints of Geraldine #EF756D
RGB
CMYK
RGB Variations
Color information
#EF756D (or 0xEF756D) is known color: Geraldine. HEX triplet: EF, 75 and 6D. RGB value is (239,117,109). Sum of RGB (Red+Green+Blue) = 239+117+109=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF756D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF756D is #108A92. Grayscale: #989898. Windows color (decimal): -1084051 or 7173615. OLE color: 7173615.
HSL color Cylindrical-coordinate representation of color #EF756D: hue angle of 3.69º 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 #EF756D is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 117 | 109 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.06 |
| HSL | 3.69º | 0.8% | 0.68% | - |
| HSV(B) | 3.69º | 0.54% | 0.94% | - |
| XYZ | 44.72 | 32.18 | 18.32 | - |
| YUV | 152.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 117 | 109 | 0 | 0.51 | 0.54 | 0.06 | 3.69 | 0.8 | 0.68 |
| Hex | EF | 75 | 6D | 0 | 33 | 36 | 6 | 4 | 50 | 44 |
| Octal | 357 | 165 | 155 | 0 | 63 | 66 | 6 | 4 | 120 | 104 |
| Binary | 11101111 | 1110101 | 1101101 | 0 | 110011 | 110110 | 110 | 100 | 1010000 | 1000100 |
Color Harmonies of #EF756D
Complementary color
Monochromatic Colors of #EF756D
Black with #EF756D
Text Example
Text Example
White with #EF756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF756D; }
p { color: rgb(239,117,109); }
H1.HeaderClassName
{
color: #EF756D;
}
.AnyTagClassName
{
color: #EF756D;
}
</style>
background-color css
<style>
a { background-color: #EF756D; }
a { background-color: rgb(239,117,109); }
div.DivClassName
{
background-color: #EF756D;
}
.BgClassName
{
background-color: #EF756D;
}
</style>
border-color css
<style>
span { border-color: #EF756D; }
span { border-color: rgb(239,117,109); }
td.TdClassName
{
border-color: #EF756D;
}
.TagClassName
{
border-color: #EF756D;
}
</style>