Shades of Geraldine #EC7969
Tints of Geraldine #EC7969
RGB
CMYK
RGB Variations
Color information
#EC7969 (or 0xEC7969) is known color: Geraldine. HEX triplet: EC, 79 and 69. RGB value is (236,121,105). Sum of RGB (Red+Green+Blue) = 236+121+105=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7969 is #138696. Grayscale: #999999. Windows color (decimal): -1279639 or 6912492. OLE color: 6912492.
HSL color Cylindrical-coordinate representation of color #EC7969: hue angle of 7.33º 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 #EC7969 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 105 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.07 |
| HSL | 7.33º | 0.78% | 0.67% | - |
| HSV(B) | 7.33º | 0.56% | 0.93% | - |
| XYZ | 43.98 | 32.53 | 17.33 | - |
| YUV | 153.56 | 100.6 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 105 | 0 | 0.49 | 0.56 | 0.07 | 7.33 | 0.78 | 0.67 |
| Hex | EC | 79 | 69 | 0 | 31 | 38 | 7 | 7 | 4E | 43 |
| Octal | 354 | 171 | 151 | 0 | 61 | 70 | 7 | 7 | 116 | 103 |
| Binary | 11101100 | 1111001 | 1101001 | 0 | 110001 | 111000 | 111 | 111 | 1001110 | 1000011 |
Color Harmonies of #EC7969
Complementary color
Monochromatic Colors of #EC7969
Black with #EC7969
Text Example
Text Example
White with #EC7969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7969; }
p { color: rgb(236,121,105); }
H1.HeaderClassName
{
color: #EC7969;
}
.AnyTagClassName
{
color: #EC7969;
}
</style>
background-color css
<style>
a { background-color: #EC7969; }
a { background-color: rgb(236,121,105); }
div.DivClassName
{
background-color: #EC7969;
}
.BgClassName
{
background-color: #EC7969;
}
</style>
border-color css
<style>
span { border-color: #EC7969; }
span { border-color: rgb(236,121,105); }
td.TdClassName
{
border-color: #EC7969;
}
.TagClassName
{
border-color: #EC7969;
}
</style>