Shades of Geraldine #E7706C
Tints of Geraldine #E7706C
RGB
CMYK
RGB Variations
Color information
#E7706C (or 0xE7706C) is known color: Geraldine. HEX triplet: E7, 70 and 6C. RGB value is (231,112,108). Sum of RGB (Red+Green+Blue) = 231+112+108=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E7706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7706C is #188F93. Grayscale: #939393. Windows color (decimal): -1609620 or 7106791. OLE color: 7106791.
HSL color Cylindrical-coordinate representation of color #E7706C: hue angle of 1.95º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7706C is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 108 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.09 |
| HSL | 1.95º | 0.72% | 0.66% | - |
| HSV(B) | 1.95º | 0.53% | 0.91% | - |
| XYZ | 41.46 | 29.66 | 17.73 | - |
| YUV | 147.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 108 | 0 | 0.52 | 0.53 | 0.09 | 1.95 | 0.72 | 0.66 |
| Hex | E7 | 70 | 6C | 0 | 34 | 35 | 9 | 2 | 48 | 42 |
| Octal | 347 | 160 | 154 | 0 | 64 | 65 | 11 | 2 | 110 | 102 |
| Binary | 11100111 | 1110000 | 1101100 | 0 | 110100 | 110101 | 1001 | 10 | 1001000 | 1000010 |
Color Harmonies of #E7706C
Complementary color
Monochromatic Colors of #E7706C
Black with #E7706C
Text Example
Text Example
White with #E7706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7706C; }
p { color: rgb(231,112,108); }
H1.HeaderClassName
{
color: #E7706C;
}
.AnyTagClassName
{
color: #E7706C;
}
</style>
background-color css
<style>
a { background-color: #E7706C; }
a { background-color: rgb(231,112,108); }
div.DivClassName
{
background-color: #E7706C;
}
.BgClassName
{
background-color: #E7706C;
}
</style>
border-color css
<style>
span { border-color: #E7706C; }
span { border-color: rgb(231,112,108); }
td.TdClassName
{
border-color: #E7706C;
}
.TagClassName
{
border-color: #E7706C;
}
</style>