Shades of Geraldine #EF726F
Tints of Geraldine #EF726F
RGB
CMYK
RGB Variations
Color information
#EF726F (or 0xEF726F) is known color: Geraldine. HEX triplet: EF, 72 and 6F. RGB value is (239,114,111). Sum of RGB (Red+Green+Blue) = 239+114+111=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF726F is #108D90. Grayscale: #979797. Windows color (decimal): -1084817 or 7303919. OLE color: 7303919.
HSL color Cylindrical-coordinate representation of color #EF726F: hue angle of 1.41º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF726F is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 111 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.06 |
| HSL | 1.41º | 0.8% | 0.69% | - |
| HSV(B) | 1.41º | 0.54% | 0.94% | - |
| XYZ | 44.48 | 31.53 | 18.78 | - |
| YUV | 151.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 111 | 0 | 0.52 | 0.54 | 0.06 | 1.41 | 0.8 | 0.69 |
| Hex | EF | 72 | 6F | 0 | 34 | 36 | 6 | 1 | 50 | 45 |
| Octal | 357 | 162 | 157 | 0 | 64 | 66 | 6 | 1 | 120 | 105 |
| Binary | 11101111 | 1110010 | 1101111 | 0 | 110100 | 110110 | 110 | 1 | 1010000 | 1000101 |
Color Harmonies of #EF726F
Complementary color
Monochromatic Colors of #EF726F
Black with #EF726F
Text Example
Text Example
White with #EF726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF726F; }
p { color: rgb(239,114,111); }
H1.HeaderClassName
{
color: #EF726F;
}
.AnyTagClassName
{
color: #EF726F;
}
</style>
background-color css
<style>
a { background-color: #EF726F; }
a { background-color: rgb(239,114,111); }
div.DivClassName
{
background-color: #EF726F;
}
.BgClassName
{
background-color: #EF726F;
}
</style>
border-color css
<style>
span { border-color: #EF726F; }
span { border-color: rgb(239,114,111); }
td.TdClassName
{
border-color: #EF726F;
}
.TagClassName
{
border-color: #EF726F;
}
</style>