Shades of Geraldine #EC7F6C
Tints of Geraldine #EC7F6C
RGB
CMYK
RGB Variations
Color information
#EC7F6C (or 0xEC7F6C) is known color: Geraldine. HEX triplet: EC, 7F and 6C. RGB value is (236,127,108). Sum of RGB (Red+Green+Blue) = 236+127+108=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F6C is #138093. Grayscale: #9D9D9D. Windows color (decimal): -1278100 or 7110636. OLE color: 7110636.
HSL color Cylindrical-coordinate representation of color #EC7F6C: hue angle of 8.91º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC7F6C is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 108 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.07 |
| HSL | 8.91º | 0.77% | 0.67% | - |
| HSV(B) | 8.91º | 0.54% | 0.93% | - |
| XYZ | 44.89 | 34.09 | 18.4 | - |
| YUV | 157.43 | 100.11 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 108 | 0 | 0.46 | 0.54 | 0.07 | 8.91 | 0.77 | 0.67 |
| Hex | EC | 7F | 6C | 0 | 2E | 36 | 7 | 9 | 4D | 43 |
| Octal | 354 | 177 | 154 | 0 | 56 | 66 | 7 | 11 | 115 | 103 |
| Binary | 11101100 | 1111111 | 1101100 | 0 | 101110 | 110110 | 111 | 1001 | 1001101 | 1000011 |
Color Harmonies of #EC7F6C
Complementary color
Monochromatic Colors of #EC7F6C
Black with #EC7F6C
Text Example
Text Example
White with #EC7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F6C; }
p { color: rgb(236,127,108); }
H1.HeaderClassName
{
color: #EC7F6C;
}
.AnyTagClassName
{
color: #EC7F6C;
}
</style>
background-color css
<style>
a { background-color: #EC7F6C; }
a { background-color: rgb(236,127,108); }
div.DivClassName
{
background-color: #EC7F6C;
}
.BgClassName
{
background-color: #EC7F6C;
}
</style>
border-color css
<style>
span { border-color: #EC7F6C; }
span { border-color: rgb(236,127,108); }
td.TdClassName
{
border-color: #EC7F6C;
}
.TagClassName
{
border-color: #EC7F6C;
}
</style>