Shades of Geraldine #E5796C
Tints of Geraldine #E5796C
RGB
CMYK
RGB Variations
Color information
#E5796C (or 0xE5796C) is known color: Geraldine. HEX triplet: E5, 79 and 6C. RGB value is (229,121,108). Sum of RGB (Red+Green+Blue) = 229+121+108=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5796C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5796C is #1A8693. Grayscale: #979797. Windows color (decimal): -1738388 or 7109093. OLE color: 7109093.
HSL color Cylindrical-coordinate representation of color #E5796C: hue angle of 6.45º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5796C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 121 | 108 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.10 |
| HSL | 6.45º | 0.7% | 0.66% | - |
| HSV(B) | 6.45º | 0.53% | 0.9% | - |
| XYZ | 41.86 | 31.42 | 18.05 | - |
| YUV | 151.81 | 103.28 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 121 | 108 | 0 | 0.47 | 0.53 | 0.10 | 6.45 | 0.7 | 0.66 |
| Hex | E5 | 79 | 6C | 0 | 2F | 35 | A | 6 | 46 | 42 |
| Octal | 345 | 171 | 154 | 0 | 57 | 65 | 12 | 6 | 106 | 102 |
| Binary | 11100101 | 1111001 | 1101100 | 0 | 101111 | 110101 | 1010 | 110 | 1000110 | 1000010 |
Color Harmonies of #E5796C
Complementary color
Monochromatic Colors of #E5796C
Black with #E5796C
Text Example
Text Example
White with #E5796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5796C; }
p { color: rgb(229,121,108); }
H1.HeaderClassName
{
color: #E5796C;
}
.AnyTagClassName
{
color: #E5796C;
}
</style>
background-color css
<style>
a { background-color: #E5796C; }
a { background-color: rgb(229,121,108); }
div.DivClassName
{
background-color: #E5796C;
}
.BgClassName
{
background-color: #E5796C;
}
</style>
border-color css
<style>
span { border-color: #E5796C; }
span { border-color: rgb(229,121,108); }
td.TdClassName
{
border-color: #E5796C;
}
.TagClassName
{
border-color: #E5796C;
}
</style>