Shades of Geraldine #EC756D
Tints of Geraldine #EC756D
RGB
CMYK
RGB Variations
Color information
#EC756D (or 0xEC756D) is known color: Geraldine. HEX triplet: EC, 75 and 6D. RGB value is (236,117,109). Sum of RGB (Red+Green+Blue) = 236+117+109=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC756D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC756D is #138A92. Grayscale: #979797. Windows color (decimal): -1280659 or 7173612. OLE color: 7173612.
HSL color Cylindrical-coordinate representation of color #EC756D: hue angle of 3.78º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC756D is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 117 | 109 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.07 |
| HSL | 3.78º | 0.77% | 0.68% | - |
| HSV(B) | 3.78º | 0.54% | 0.93% | - |
| XYZ | 43.71 | 31.66 | 18.27 | - |
| YUV | 151.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 117 | 109 | 0 | 0.50 | 0.54 | 0.07 | 3.78 | 0.77 | 0.68 |
| Hex | EC | 75 | 6D | 0 | 32 | 36 | 7 | 4 | 4D | 44 |
| Octal | 354 | 165 | 155 | 0 | 62 | 66 | 7 | 4 | 115 | 104 |
| Binary | 11101100 | 1110101 | 1101101 | 0 | 110010 | 110110 | 111 | 100 | 1001101 | 1000100 |
Color Harmonies of #EC756D
Complementary color
Monochromatic Colors of #EC756D
Black with #EC756D
Text Example
Text Example
White with #EC756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC756D; }
p { color: rgb(236,117,109); }
H1.HeaderClassName
{
color: #EC756D;
}
.AnyTagClassName
{
color: #EC756D;
}
</style>
background-color css
<style>
a { background-color: #EC756D; }
a { background-color: rgb(236,117,109); }
div.DivClassName
{
background-color: #EC756D;
}
.BgClassName
{
background-color: #EC756D;
}
</style>
border-color css
<style>
span { border-color: #EC756D; }
span { border-color: rgb(236,117,109); }
td.TdClassName
{
border-color: #EC756D;
}
.TagClassName
{
border-color: #EC756D;
}
</style>