Shades of Geraldine #EC7E6C
Tints of Geraldine #EC7E6C
RGB
CMYK
RGB Variations
Color information
#EC7E6C (or 0xEC7E6C) is known color: Geraldine. HEX triplet: EC, 7E and 6C. RGB value is (236,126,108). Sum of RGB (Red+Green+Blue) = 236+126+108=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E6C is #138193. Grayscale: #9D9D9D. Windows color (decimal): -1278356 or 7110380. OLE color: 7110380.
HSL color Cylindrical-coordinate representation of color #EC7E6C: hue angle of 8.44º 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 #EC7E6C is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 108 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.07 |
| HSL | 8.44º | 0.77% | 0.67% | - |
| HSV(B) | 8.44º | 0.54% | 0.93% | - |
| XYZ | 44.76 | 33.84 | 18.36 | - |
| YUV | 156.84 | 100.44 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 108 | 0 | 0.47 | 0.54 | 0.07 | 8.44 | 0.77 | 0.67 |
| Hex | EC | 7E | 6C | 0 | 2F | 36 | 7 | 8 | 4D | 43 |
| Octal | 354 | 176 | 154 | 0 | 57 | 66 | 7 | 10 | 115 | 103 |
| Binary | 11101100 | 1111110 | 1101100 | 0 | 101111 | 110110 | 111 | 1000 | 1001101 | 1000011 |
Color Harmonies of #EC7E6C
Complementary color
Monochromatic Colors of #EC7E6C
Black with #EC7E6C
Text Example
Text Example
White with #EC7E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E6C; }
p { color: rgb(236,126,108); }
H1.HeaderClassName
{
color: #EC7E6C;
}
.AnyTagClassName
{
color: #EC7E6C;
}
</style>
background-color css
<style>
a { background-color: #EC7E6C; }
a { background-color: rgb(236,126,108); }
div.DivClassName
{
background-color: #EC7E6C;
}
.BgClassName
{
background-color: #EC7E6C;
}
</style>
border-color css
<style>
span { border-color: #EC7E6C; }
span { border-color: rgb(236,126,108); }
td.TdClassName
{
border-color: #EC7E6C;
}
.TagClassName
{
border-color: #EC7E6C;
}
</style>