Shades of Geraldine #EC796A
Tints of Geraldine #EC796A
RGB
CMYK
RGB Variations
Color information
#EC796A (or 0xEC796A) is known color: Geraldine. HEX triplet: EC, 79 and 6A. RGB value is (236,121,106). Sum of RGB (Red+Green+Blue) = 236+121+106=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC796A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC796A is #138695. Grayscale: #999999. Windows color (decimal): -1279638 or 6978028. OLE color: 6978028.
HSL color Cylindrical-coordinate representation of color #EC796A: hue angle of 6.92º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC796A is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 106 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.07 |
| HSL | 6.92º | 0.77% | 0.67% | - |
| HSV(B) | 6.92º | 0.55% | 0.93% | - |
| XYZ | 44.03 | 32.55 | 17.6 | - |
| YUV | 153.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 106 | 0 | 0.49 | 0.55 | 0.07 | 6.92 | 0.77 | 0.67 |
| Hex | EC | 79 | 6A | 0 | 31 | 37 | 7 | 7 | 4D | 43 |
| Octal | 354 | 171 | 152 | 0 | 61 | 67 | 7 | 7 | 115 | 103 |
| Binary | 11101100 | 1111001 | 1101010 | 0 | 110001 | 110111 | 111 | 111 | 1001101 | 1000011 |
Color Harmonies of #EC796A
Complementary color
Monochromatic Colors of #EC796A
Black with #EC796A
Text Example
Text Example
White with #EC796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC796A; }
p { color: rgb(236,121,106); }
H1.HeaderClassName
{
color: #EC796A;
}
.AnyTagClassName
{
color: #EC796A;
}
</style>
background-color css
<style>
a { background-color: #EC796A; }
a { background-color: rgb(236,121,106); }
div.DivClassName
{
background-color: #EC796A;
}
.BgClassName
{
background-color: #EC796A;
}
</style>
border-color css
<style>
span { border-color: #EC796A; }
span { border-color: rgb(236,121,106); }
td.TdClassName
{
border-color: #EC796A;
}
.TagClassName
{
border-color: #EC796A;
}
</style>