Shades of Geraldine #EF736E
Tints of Geraldine #EF736E
RGB
CMYK
RGB Variations
Color information
#EF736E (or 0xEF736E) is known color: Geraldine. HEX triplet: EF, 73 and 6E. RGB value is (239,115,110). Sum of RGB (Red+Green+Blue) = 239+115+110=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF736E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF736E is #108C91. Grayscale: #979797. Windows color (decimal): -1084562 or 7238639. OLE color: 7238639.
HSL color Cylindrical-coordinate representation of color #EF736E: hue angle of 2.33º 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 #EF736E is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 110 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.06 |
| HSL | 2.33º | 0.8% | 0.68% | - |
| HSV(B) | 2.33º | 0.54% | 0.94% | - |
| XYZ | 44.54 | 31.74 | 18.53 | - |
| YUV | 151.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 110 | 0 | 0.52 | 0.54 | 0.06 | 2.33 | 0.8 | 0.68 |
| Hex | EF | 73 | 6E | 0 | 34 | 36 | 6 | 2 | 50 | 44 |
| Octal | 357 | 163 | 156 | 0 | 64 | 66 | 6 | 2 | 120 | 104 |
| Binary | 11101111 | 1110011 | 1101110 | 0 | 110100 | 110110 | 110 | 10 | 1010000 | 1000100 |
Color Harmonies of #EF736E
Complementary color
Monochromatic Colors of #EF736E
Black with #EF736E
Text Example
Text Example
White with #EF736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF736E; }
p { color: rgb(239,115,110); }
H1.HeaderClassName
{
color: #EF736E;
}
.AnyTagClassName
{
color: #EF736E;
}
</style>
background-color css
<style>
a { background-color: #EF736E; }
a { background-color: rgb(239,115,110); }
div.DivClassName
{
background-color: #EF736E;
}
.BgClassName
{
background-color: #EF736E;
}
</style>
border-color css
<style>
span { border-color: #EF736E; }
span { border-color: rgb(239,115,110); }
td.TdClassName
{
border-color: #EF736E;
}
.TagClassName
{
border-color: #EF736E;
}
</style>