Shades of Geraldine #EC706C
Tints of Geraldine #EC706C
RGB
CMYK
RGB Variations
Color information
#EC706C (or 0xEC706C) is known color: Geraldine. HEX triplet: EC, 70 and 6C. RGB value is (236,112,108). Sum of RGB (Red+Green+Blue) = 236+112+108=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC706C is #138F93. Grayscale: #949494. Windows color (decimal): -1281940 or 7106796. OLE color: 7106796.
HSL color Cylindrical-coordinate representation of color #EC706C: hue angle of 1.88º 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 #EC706C is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 108 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.07 |
| HSL | 1.88º | 0.77% | 0.67% | - |
| HSV(B) | 1.88º | 0.54% | 0.93% | - |
| XYZ | 43.09 | 30.5 | 17.8 | - |
| YUV | 148.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 108 | 0 | 0.53 | 0.54 | 0.07 | 1.88 | 0.77 | 0.67 |
| Hex | EC | 70 | 6C | 0 | 35 | 36 | 7 | 2 | 4D | 43 |
| Octal | 354 | 160 | 154 | 0 | 65 | 66 | 7 | 2 | 115 | 103 |
| Binary | 11101100 | 1110000 | 1101100 | 0 | 110101 | 110110 | 111 | 10 | 1001101 | 1000011 |
Color Harmonies of #EC706C
Complementary color
Monochromatic Colors of #EC706C
Black with #EC706C
Text Example
Text Example
White with #EC706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC706C; }
p { color: rgb(236,112,108); }
H1.HeaderClassName
{
color: #EC706C;
}
.AnyTagClassName
{
color: #EC706C;
}
</style>
background-color css
<style>
a { background-color: #EC706C; }
a { background-color: rgb(236,112,108); }
div.DivClassName
{
background-color: #EC706C;
}
.BgClassName
{
background-color: #EC706C;
}
</style>
border-color css
<style>
span { border-color: #EC706C; }
span { border-color: rgb(236,112,108); }
td.TdClassName
{
border-color: #EC706C;
}
.TagClassName
{
border-color: #EC706C;
}
</style>