Shades of Geraldine #EC796E
Tints of Geraldine #EC796E
RGB
CMYK
RGB Variations
Color information
#EC796E (or 0xEC796E) is known color: Geraldine. HEX triplet: EC, 79 and 6E. RGB value is (236,121,110). Sum of RGB (Red+Green+Blue) = 236+121+110=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC796E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC796E is #138691. Grayscale: #9A9A9A. Windows color (decimal): -1279634 or 7240172. OLE color: 7240172.
HSL color Cylindrical-coordinate representation of color #EC796E: hue angle of 5.24º 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 #EC796E is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 110 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.07 |
| HSL | 5.24º | 0.77% | 0.68% | - |
| HSV(B) | 5.24º | 0.53% | 0.93% | - |
| XYZ | 44.24 | 32.63 | 18.72 | - |
| YUV | 154.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 110 | 0 | 0.49 | 0.53 | 0.07 | 5.24 | 0.77 | 0.68 |
| Hex | EC | 79 | 6E | 0 | 31 | 35 | 7 | 5 | 4D | 44 |
| Octal | 354 | 171 | 156 | 0 | 61 | 65 | 7 | 5 | 115 | 104 |
| Binary | 11101100 | 1111001 | 1101110 | 0 | 110001 | 110101 | 111 | 101 | 1001101 | 1000100 |
Color Harmonies of #EC796E
Complementary color
Monochromatic Colors of #EC796E
Black with #EC796E
Text Example
Text Example
White with #EC796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC796E; }
p { color: rgb(236,121,110); }
H1.HeaderClassName
{
color: #EC796E;
}
.AnyTagClassName
{
color: #EC796E;
}
</style>
background-color css
<style>
a { background-color: #EC796E; }
a { background-color: rgb(236,121,110); }
div.DivClassName
{
background-color: #EC796E;
}
.BgClassName
{
background-color: #EC796E;
}
</style>
border-color css
<style>
span { border-color: #EC796E; }
span { border-color: rgb(236,121,110); }
td.TdClassName
{
border-color: #EC796E;
}
.TagClassName
{
border-color: #EC796E;
}
</style>