Shades of Geraldine #EF726E
Tints of Geraldine #EF726E
RGB
CMYK
RGB Variations
Color information
#EF726E (or 0xEF726E) is known color: Geraldine. HEX triplet: EF, 72 and 6E. RGB value is (239,114,110). Sum of RGB (Red+Green+Blue) = 239+114+110=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF726E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF726E is #108D91. Grayscale: #979797. Windows color (decimal): -1084818 or 7238383. OLE color: 7238383.
HSL color Cylindrical-coordinate representation of color #EF726E: hue angle of 1.86º 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 #EF726E is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 110 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.06 |
| HSL | 1.86º | 0.8% | 0.68% | - |
| HSV(B) | 1.86º | 0.54% | 0.94% | - |
| XYZ | 44.43 | 31.51 | 18.49 | - |
| YUV | 150.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 110 | 0 | 0.52 | 0.54 | 0.06 | 1.86 | 0.8 | 0.68 |
| Hex | EF | 72 | 6E | 0 | 34 | 36 | 6 | 2 | 50 | 44 |
| Octal | 357 | 162 | 156 | 0 | 64 | 66 | 6 | 2 | 120 | 104 |
| Binary | 11101111 | 1110010 | 1101110 | 0 | 110100 | 110110 | 110 | 10 | 1010000 | 1000100 |
Color Harmonies of #EF726E
Complementary color
Monochromatic Colors of #EF726E
Black with #EF726E
Text Example
Text Example
White with #EF726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF726E; }
p { color: rgb(239,114,110); }
H1.HeaderClassName
{
color: #EF726E;
}
.AnyTagClassName
{
color: #EF726E;
}
</style>
background-color css
<style>
a { background-color: #EF726E; }
a { background-color: rgb(239,114,110); }
div.DivClassName
{
background-color: #EF726E;
}
.BgClassName
{
background-color: #EF726E;
}
</style>
border-color css
<style>
span { border-color: #EF726E; }
span { border-color: rgb(239,114,110); }
td.TdClassName
{
border-color: #EF726E;
}
.TagClassName
{
border-color: #EF726E;
}
</style>