Shades of Geraldine #EF7B72
Tints of Geraldine #EF7B72
RGB
CMYK
RGB Variations
Color information
#EF7B72 (or 0xEF7B72) is known color: Geraldine. HEX triplet: EF, 7B and 72. RGB value is (239,123,114). Sum of RGB (Red+Green+Blue) = 239+123+114=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7B72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7B72 is #10848D. Grayscale: #9C9C9C. Windows color (decimal): -1082510 or 7502831. OLE color: 7502831.
HSL color Cylindrical-coordinate representation of color #EF7B72: hue angle of 4.32º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7B72 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 114 | - |
| CMYK | 0 | 0.49 | 0.52 | 0.06 |
| HSL | 4.32º | 0.8% | 0.69% | - |
| HSV(B) | 4.32º | 0.52% | 0.94% | - |
| XYZ | 45.72 | 33.73 | 20.02 | - |
| YUV | 156.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 114 | 0 | 0.49 | 0.52 | 0.06 | 4.32 | 0.8 | 0.69 |
| Hex | EF | 7B | 72 | 0 | 31 | 34 | 6 | 4 | 50 | 45 |
| Octal | 357 | 173 | 162 | 0 | 61 | 64 | 6 | 4 | 120 | 105 |
| Binary | 11101111 | 1111011 | 1110010 | 0 | 110001 | 110100 | 110 | 100 | 1010000 | 1000101 |
Color Harmonies of #EF7B72
Complementary color
Monochromatic Colors of #EF7B72
Black with #EF7B72
Text Example
Text Example
White with #EF7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7B72; }
p { color: rgb(239,123,114); }
H1.HeaderClassName
{
color: #EF7B72;
}
.AnyTagClassName
{
color: #EF7B72;
}
</style>
background-color css
<style>
a { background-color: #EF7B72; }
a { background-color: rgb(239,123,114); }
div.DivClassName
{
background-color: #EF7B72;
}
.BgClassName
{
background-color: #EF7B72;
}
</style>
border-color css
<style>
span { border-color: #EF7B72; }
span { border-color: rgb(239,123,114); }
td.TdClassName
{
border-color: #EF7B72;
}
.TagClassName
{
border-color: #EF7B72;
}
</style>