Shades of Geraldine #EC786F
Tints of Geraldine #EC786F
RGB
CMYK
RGB Variations
Color information
#EC786F (or 0xEC786F) is known color: Geraldine. HEX triplet: EC, 78 and 6F. RGB value is (236,120,111). Sum of RGB (Red+Green+Blue) = 236+120+111=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC786F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC786F is #138790. Grayscale: #999999. Windows color (decimal): -1279889 or 7305452. OLE color: 7305452.
HSL color Cylindrical-coordinate representation of color #EC786F: hue angle of 4.32º 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 #EC786F is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 111 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.07 |
| HSL | 4.32º | 0.77% | 0.68% | - |
| HSV(B) | 4.32º | 0.53% | 0.93% | - |
| XYZ | 44.18 | 32.41 | 18.97 | - |
| YUV | 153.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 111 | 0 | 0.49 | 0.53 | 0.07 | 4.32 | 0.77 | 0.68 |
| Hex | EC | 78 | 6F | 0 | 31 | 35 | 7 | 4 | 4D | 44 |
| Octal | 354 | 170 | 157 | 0 | 61 | 65 | 7 | 4 | 115 | 104 |
| Binary | 11101100 | 1111000 | 1101111 | 0 | 110001 | 110101 | 111 | 100 | 1001101 | 1000100 |
Color Harmonies of #EC786F
Complementary color
Monochromatic Colors of #EC786F
Black with #EC786F
Text Example
Text Example
White with #EC786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC786F; }
p { color: rgb(236,120,111); }
H1.HeaderClassName
{
color: #EC786F;
}
.AnyTagClassName
{
color: #EC786F;
}
</style>
background-color css
<style>
a { background-color: #EC786F; }
a { background-color: rgb(236,120,111); }
div.DivClassName
{
background-color: #EC786F;
}
.BgClassName
{
background-color: #EC786F;
}
</style>
border-color css
<style>
span { border-color: #EC786F; }
span { border-color: rgb(236,120,111); }
td.TdClassName
{
border-color: #EC786F;
}
.TagClassName
{
border-color: #EC786F;
}
</style>