Shades of Geraldine #EC7B69
Tints of Geraldine #EC7B69
RGB
CMYK
RGB Variations
Color information
#EC7B69 (or 0xEC7B69) is known color: Geraldine. HEX triplet: EC, 7B and 69. RGB value is (236,123,105). Sum of RGB (Red+Green+Blue) = 236+123+105=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7B69 is #138496. Grayscale: #9A9A9A. Windows color (decimal): -1279127 or 6913004. OLE color: 6913004.
HSL color Cylindrical-coordinate representation of color #EC7B69: hue angle of 8.24º 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 #EC7B69 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 123 | 105 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.07 |
| HSL | 8.24º | 0.78% | 0.67% | - |
| HSV(B) | 8.24º | 0.56% | 0.93% | - |
| XYZ | 44.22 | 33.02 | 17.41 | - |
| YUV | 154.74 | 99.94 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 123 | 105 | 0 | 0.48 | 0.56 | 0.07 | 8.24 | 0.78 | 0.67 |
| Hex | EC | 7B | 69 | 0 | 30 | 38 | 7 | 8 | 4E | 43 |
| Octal | 354 | 173 | 151 | 0 | 60 | 70 | 7 | 10 | 116 | 103 |
| Binary | 11101100 | 1111011 | 1101001 | 0 | 110000 | 111000 | 111 | 1000 | 1001110 | 1000011 |
Color Harmonies of #EC7B69
Complementary color
Monochromatic Colors of #EC7B69
Black with #EC7B69
Text Example
Text Example
White with #EC7B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7B69; }
p { color: rgb(236,123,105); }
H1.HeaderClassName
{
color: #EC7B69;
}
.AnyTagClassName
{
color: #EC7B69;
}
</style>
background-color css
<style>
a { background-color: #EC7B69; }
a { background-color: rgb(236,123,105); }
div.DivClassName
{
background-color: #EC7B69;
}
.BgClassName
{
background-color: #EC7B69;
}
</style>
border-color css
<style>
span { border-color: #EC7B69; }
span { border-color: rgb(236,123,105); }
td.TdClassName
{
border-color: #EC7B69;
}
.TagClassName
{
border-color: #EC7B69;
}
</style>