Shades of Geraldine #EC7A69
Tints of Geraldine #EC7A69
RGB
CMYK
RGB Variations
Color information
#EC7A69 (or 0xEC7A69) is known color: Geraldine. HEX triplet: EC, 7A and 69. RGB value is (236,122,105). Sum of RGB (Red+Green+Blue) = 236+122+105=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A69 is #138596. Grayscale: #9A9A9A. Windows color (decimal): -1279383 or 6912748. OLE color: 6912748.
HSL color Cylindrical-coordinate representation of color #EC7A69: hue angle of 7.79º 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 #EC7A69 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 105 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.07 |
| HSL | 7.79º | 0.78% | 0.67% | - |
| HSV(B) | 7.79º | 0.56% | 0.93% | - |
| XYZ | 44.1 | 32.77 | 17.37 | - |
| YUV | 154.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 105 | 0 | 0.48 | 0.56 | 0.07 | 7.79 | 0.78 | 0.67 |
| Hex | EC | 7A | 69 | 0 | 30 | 38 | 7 | 8 | 4E | 43 |
| Octal | 354 | 172 | 151 | 0 | 60 | 70 | 7 | 10 | 116 | 103 |
| Binary | 11101100 | 1111010 | 1101001 | 0 | 110000 | 111000 | 111 | 1000 | 1001110 | 1000011 |
Color Harmonies of #EC7A69
Complementary color
Monochromatic Colors of #EC7A69
Black with #EC7A69
Text Example
Text Example
White with #EC7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A69; }
p { color: rgb(236,122,105); }
H1.HeaderClassName
{
color: #EC7A69;
}
.AnyTagClassName
{
color: #EC7A69;
}
</style>
background-color css
<style>
a { background-color: #EC7A69; }
a { background-color: rgb(236,122,105); }
div.DivClassName
{
background-color: #EC7A69;
}
.BgClassName
{
background-color: #EC7A69;
}
</style>
border-color css
<style>
span { border-color: #EC7A69; }
span { border-color: rgb(236,122,105); }
td.TdClassName
{
border-color: #EC7A69;
}
.TagClassName
{
border-color: #EC7A69;
}
</style>