Shades of Geraldine #EC786C
Tints of Geraldine #EC786C
RGB
CMYK
RGB Variations
Color information
#EC786C (or 0xEC786C) is known color: Geraldine. HEX triplet: EC, 78 and 6C. RGB value is (236,120,108). Sum of RGB (Red+Green+Blue) = 236+120+108=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC786C is #138793. Grayscale: #999999. Windows color (decimal): -1279892 or 7108844. OLE color: 7108844.
HSL color Cylindrical-coordinate representation of color #EC786C: hue angle of 5.62º 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 #EC786C is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 108 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.07 |
| HSL | 5.63º | 0.77% | 0.67% | - |
| HSV(B) | 5.63º | 0.54% | 0.93% | - |
| XYZ | 44.02 | 32.35 | 18.11 | - |
| YUV | 153.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 108 | 0 | 0.49 | 0.54 | 0.07 | 5.63 | 0.77 | 0.67 |
| Hex | EC | 78 | 6C | 0 | 31 | 36 | 7 | 6 | 4D | 43 |
| Octal | 354 | 170 | 154 | 0 | 61 | 66 | 7 | 6 | 115 | 103 |
| Binary | 11101100 | 1111000 | 1101100 | 0 | 110001 | 110110 | 111 | 110 | 1001101 | 1000011 |
Color Harmonies of #EC786C
Complementary color
Monochromatic Colors of #EC786C
Black with #EC786C
Text Example
Text Example
White with #EC786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC786C; }
p { color: rgb(236,120,108); }
H1.HeaderClassName
{
color: #EC786C;
}
.AnyTagClassName
{
color: #EC786C;
}
</style>
background-color css
<style>
a { background-color: #EC786C; }
a { background-color: rgb(236,120,108); }
div.DivClassName
{
background-color: #EC786C;
}
.BgClassName
{
background-color: #EC786C;
}
</style>
border-color css
<style>
span { border-color: #EC786C; }
span { border-color: rgb(236,120,108); }
td.TdClassName
{
border-color: #EC786C;
}
.TagClassName
{
border-color: #EC786C;
}
</style>