Shades of Geraldine #EC7F6E
Tints of Geraldine #EC7F6E
RGB
CMYK
RGB Variations
Color information
#EC7F6E (or 0xEC7F6E) is known color: Geraldine. HEX triplet: EC, 7F and 6E. RGB value is (236,127,110). Sum of RGB (Red+Green+Blue) = 236+127+110=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F6E is #138091. Grayscale: #9D9D9D. Windows color (decimal): -1278098 or 7241708. OLE color: 7241708.
HSL color Cylindrical-coordinate representation of color #EC7F6E: hue angle of 8.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC7F6E is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 110 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.07 |
| HSL | 8.1º | 0.77% | 0.68% | - |
| HSV(B) | 8.1º | 0.53% | 0.93% | - |
| XYZ | 45 | 34.14 | 18.97 | - |
| YUV | 157.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 110 | 0 | 0.46 | 0.53 | 0.07 | 8.1 | 0.77 | 0.68 |
| Hex | EC | 7F | 6E | 0 | 2E | 35 | 7 | 8 | 4D | 44 |
| Octal | 354 | 177 | 156 | 0 | 56 | 65 | 7 | 10 | 115 | 104 |
| Binary | 11101100 | 1111111 | 1101110 | 0 | 101110 | 110101 | 111 | 1000 | 1001101 | 1000100 |
Color Harmonies of #EC7F6E
Complementary color
Monochromatic Colors of #EC7F6E
Black with #EC7F6E
Text Example
Text Example
White with #EC7F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F6E; }
p { color: rgb(236,127,110); }
H1.HeaderClassName
{
color: #EC7F6E;
}
.AnyTagClassName
{
color: #EC7F6E;
}
</style>
background-color css
<style>
a { background-color: #EC7F6E; }
a { background-color: rgb(236,127,110); }
div.DivClassName
{
background-color: #EC7F6E;
}
.BgClassName
{
background-color: #EC7F6E;
}
</style>
border-color css
<style>
span { border-color: #EC7F6E; }
span { border-color: rgb(236,127,110); }
td.TdClassName
{
border-color: #EC7F6E;
}
.TagClassName
{
border-color: #EC7F6E;
}
</style>