Shades of Geraldine #E7706D
Tints of Geraldine #E7706D
RGB
CMYK
RGB Variations
Color information
#E7706D (or 0xE7706D) is known color: Geraldine. HEX triplet: E7, 70 and 6D. RGB value is (231,112,109). Sum of RGB (Red+Green+Blue) = 231+112+109=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E7706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7706D is #188F92. Grayscale: #939393. Windows color (decimal): -1609619 or 7172327. OLE color: 7172327.
HSL color Cylindrical-coordinate representation of color #E7706D: hue angle of 1.48º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7706D is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 109 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.09 |
| HSL | 1.48º | 0.72% | 0.67% | - |
| HSV(B) | 1.48º | 0.53% | 0.91% | - |
| XYZ | 41.51 | 29.68 | 18.01 | - |
| YUV | 147.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 109 | 0 | 0.52 | 0.53 | 0.09 | 1.48 | 0.72 | 0.67 |
| Hex | E7 | 70 | 6D | 0 | 34 | 35 | 9 | 1 | 48 | 43 |
| Octal | 347 | 160 | 155 | 0 | 64 | 65 | 11 | 1 | 110 | 103 |
| Binary | 11100111 | 1110000 | 1101101 | 0 | 110100 | 110101 | 1001 | 1 | 1001000 | 1000011 |
Color Harmonies of #E7706D
Complementary color
Monochromatic Colors of #E7706D
Black with #E7706D
Text Example
Text Example
White with #E7706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7706D; }
p { color: rgb(231,112,109); }
H1.HeaderClassName
{
color: #E7706D;
}
.AnyTagClassName
{
color: #E7706D;
}
</style>
background-color css
<style>
a { background-color: #E7706D; }
a { background-color: rgb(231,112,109); }
div.DivClassName
{
background-color: #E7706D;
}
.BgClassName
{
background-color: #E7706D;
}
</style>
border-color css
<style>
span { border-color: #E7706D; }
span { border-color: rgb(231,112,109); }
td.TdClassName
{
border-color: #E7706D;
}
.TagClassName
{
border-color: #E7706D;
}
</style>