Shades of Geraldine #E5706D
Tints of Geraldine #E5706D
RGB
CMYK
RGB Variations
Color information
#E5706D (or 0xE5706D) is known color: Geraldine. HEX triplet: E5, 70 and 6D. RGB value is (229,112,109). Sum of RGB (Red+Green+Blue) = 229+112+109=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E5706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5706D is #1A8F92. Grayscale: #929292. Windows color (decimal): -1740691 or 7172325. OLE color: 7172325.
HSL color Cylindrical-coordinate representation of color #E5706D: hue angle of 1.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5706D is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 109 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.10 |
| HSL | 1.5º | 0.7% | 0.66% | - |
| HSV(B) | 1.5º | 0.52% | 0.9% | - |
| XYZ | 40.87 | 29.35 | 17.98 | - |
| YUV | 146.64 | 106.76 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 109 | 0 | 0.51 | 0.52 | 0.10 | 1.5 | 0.7 | 0.66 |
| Hex | E5 | 70 | 6D | 0 | 33 | 34 | A | 2 | 46 | 42 |
| Octal | 345 | 160 | 155 | 0 | 63 | 64 | 12 | 2 | 106 | 102 |
| Binary | 11100101 | 1110000 | 1101101 | 0 | 110011 | 110100 | 1010 | 10 | 1000110 | 1000010 |
Color Harmonies of #E5706D
Complementary color
Monochromatic Colors of #E5706D
Black with #E5706D
Text Example
Text Example
White with #E5706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5706D; }
p { color: rgb(229,112,109); }
H1.HeaderClassName
{
color: #E5706D;
}
.AnyTagClassName
{
color: #E5706D;
}
</style>
background-color css
<style>
a { background-color: #E5706D; }
a { background-color: rgb(229,112,109); }
div.DivClassName
{
background-color: #E5706D;
}
.BgClassName
{
background-color: #E5706D;
}
</style>
border-color css
<style>
span { border-color: #E5706D; }
span { border-color: rgb(229,112,109); }
td.TdClassName
{
border-color: #E5706D;
}
.TagClassName
{
border-color: #E5706D;
}
</style>