Shades of Geraldine #EC7E68
Tints of Geraldine #EC7E68
RGB
CMYK
RGB Variations
Color information
#EC7E68 (or 0xEC7E68) is known color: Geraldine. HEX triplet: EC, 7E and 68. RGB value is (236,126,104). Sum of RGB (Red+Green+Blue) = 236+126+104=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E68 is #138197. Grayscale: #9C9C9C. Windows color (decimal): -1278360 or 6848236. OLE color: 6848236.
HSL color Cylindrical-coordinate representation of color #EC7E68: hue angle of 10º 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 #EC7E68 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 104 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.07 |
| HSL | 10º | 0.78% | 0.67% | - |
| HSV(B) | 10º | 0.56% | 0.93% | - |
| XYZ | 44.55 | 33.75 | 17.26 | - |
| YUV | 156.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 104 | 0 | 0.47 | 0.56 | 0.07 | 10 | 0.78 | 0.67 |
| Hex | EC | 7E | 68 | 0 | 2F | 38 | 7 | A | 4E | 43 |
| Octal | 354 | 176 | 150 | 0 | 57 | 70 | 7 | 12 | 116 | 103 |
| Binary | 11101100 | 1111110 | 1101000 | 0 | 101111 | 111000 | 111 | 1010 | 1001110 | 1000011 |
Color Harmonies of #EC7E68
Complementary color
Monochromatic Colors of #EC7E68
Black with #EC7E68
Text Example
Text Example
White with #EC7E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E68; }
p { color: rgb(236,126,104); }
H1.HeaderClassName
{
color: #EC7E68;
}
.AnyTagClassName
{
color: #EC7E68;
}
</style>
background-color css
<style>
a { background-color: #EC7E68; }
a { background-color: rgb(236,126,104); }
div.DivClassName
{
background-color: #EC7E68;
}
.BgClassName
{
background-color: #EC7E68;
}
</style>
border-color css
<style>
span { border-color: #EC7E68; }
span { border-color: rgb(236,126,104); }
td.TdClassName
{
border-color: #EC7E68;
}
.TagClassName
{
border-color: #EC7E68;
}
</style>