Shades of Geraldine #EC7C69
Tints of Geraldine #EC7C69
RGB
CMYK
RGB Variations
Color information
#EC7C69 (or 0xEC7C69) is known color: Geraldine. HEX triplet: EC, 7C and 69. RGB value is (236,124,105). Sum of RGB (Red+Green+Blue) = 236+124+105=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7C69 is #138396. Grayscale: #9B9B9B. Windows color (decimal): -1278871 or 6913260. OLE color: 6913260.
HSL color Cylindrical-coordinate representation of color #EC7C69: hue angle of 8.7º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC7C69 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 105 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.07 |
| HSL | 8.7º | 0.78% | 0.67% | - |
| HSV(B) | 8.7º | 0.56% | 0.93% | - |
| XYZ | 44.35 | 33.27 | 17.45 | - |
| YUV | 155.32 | 99.61 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 105 | 0 | 0.47 | 0.56 | 0.07 | 8.7 | 0.78 | 0.67 |
| Hex | EC | 7C | 69 | 0 | 2F | 38 | 7 | 9 | 4E | 43 |
| Octal | 354 | 174 | 151 | 0 | 57 | 70 | 7 | 11 | 116 | 103 |
| Binary | 11101100 | 1111100 | 1101001 | 0 | 101111 | 111000 | 111 | 1001 | 1001110 | 1000011 |
Color Harmonies of #EC7C69
Complementary color
Monochromatic Colors of #EC7C69
Black with #EC7C69
Text Example
Text Example
White with #EC7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C69; }
p { color: rgb(236,124,105); }
H1.HeaderClassName
{
color: #EC7C69;
}
.AnyTagClassName
{
color: #EC7C69;
}
</style>
background-color css
<style>
a { background-color: #EC7C69; }
a { background-color: rgb(236,124,105); }
div.DivClassName
{
background-color: #EC7C69;
}
.BgClassName
{
background-color: #EC7C69;
}
</style>
border-color css
<style>
span { border-color: #EC7C69; }
span { border-color: rgb(236,124,105); }
td.TdClassName
{
border-color: #EC7C69;
}
.TagClassName
{
border-color: #EC7C69;
}
</style>