Shades of Geraldine #E0796E
Tints of Geraldine #E0796E
RGB
CMYK
RGB Variations
Color information
#E0796E (or 0xE0796E) is known color: Geraldine. HEX triplet: E0, 79 and 6E. RGB value is (224,121,110). Sum of RGB (Red+Green+Blue) = 224+121+110=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E0796E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0796E is #1F8691. Grayscale: #969696. Windows color (decimal): -2066066 or 7240160. OLE color: 7240160.
HSL color Cylindrical-coordinate representation of color #E0796E: hue angle of 5.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0796E is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 121 | 110 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.12 |
| HSL | 5.79º | 0.65% | 0.65% | - |
| HSV(B) | 5.79º | 0.51% | 0.88% | - |
| XYZ | 40.39 | 30.65 | 18.54 | - |
| YUV | 150.54 | 105.12 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 121 | 110 | 0 | 0.46 | 0.51 | 0.12 | 5.79 | 0.65 | 0.65 |
| Hex | E0 | 79 | 6E | 0 | 2E | 33 | C | 6 | 41 | 41 |
| Octal | 340 | 171 | 156 | 0 | 56 | 63 | 14 | 6 | 101 | 101 |
| Binary | 11100000 | 1111001 | 1101110 | 0 | 101110 | 110011 | 1100 | 110 | 1000001 | 1000001 |
Color Harmonies of #E0796E
Complementary color
Monochromatic Colors of #E0796E
Black with #E0796E
Text Example
Text Example
White with #E0796E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0796E; }
p { color: rgb(224,121,110); }
H1.HeaderClassName
{
color: #E0796E;
}
.AnyTagClassName
{
color: #E0796E;
}
</style>
background-color css
<style>
a { background-color: #E0796E; }
a { background-color: rgb(224,121,110); }
div.DivClassName
{
background-color: #E0796E;
}
.BgClassName
{
background-color: #E0796E;
}
</style>
border-color css
<style>
span { border-color: #E0796E; }
span { border-color: rgb(224,121,110); }
td.TdClassName
{
border-color: #E0796E;
}
.TagClassName
{
border-color: #E0796E;
}
</style>