Shades of Geraldine #E57C6D
Tints of Geraldine #E57C6D
RGB
CMYK
RGB Variations
Color information
#E57C6D (or 0xE57C6D) is known color: Geraldine. HEX triplet: E5, 7C and 6D. RGB value is (229,124,109). Sum of RGB (Red+Green+Blue) = 229+124+109=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E57C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57C6D is #1A8392. Grayscale: #999999. Windows color (decimal): -1737619 or 7175397. OLE color: 7175397.
HSL color Cylindrical-coordinate representation of color #E57C6D: hue angle of 7.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 #E57C6D is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 109 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.10 |
| HSL | 7.5º | 0.7% | 0.66% | - |
| HSV(B) | 7.5º | 0.52% | 0.9% | - |
| XYZ | 42.28 | 32.18 | 18.45 | - |
| YUV | 153.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 109 | 0 | 0.46 | 0.52 | 0.10 | 7.5 | 0.7 | 0.66 |
| Hex | E5 | 7C | 6D | 0 | 2E | 34 | A | 8 | 46 | 42 |
| Octal | 345 | 174 | 155 | 0 | 56 | 64 | 12 | 10 | 106 | 102 |
| Binary | 11100101 | 1111100 | 1101101 | 0 | 101110 | 110100 | 1010 | 1000 | 1000110 | 1000010 |
Color Harmonies of #E57C6D
Complementary color
Monochromatic Colors of #E57C6D
Black with #E57C6D
Text Example
Text Example
White with #E57C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57C6D; }
p { color: rgb(229,124,109); }
H1.HeaderClassName
{
color: #E57C6D;
}
.AnyTagClassName
{
color: #E57C6D;
}
</style>
background-color css
<style>
a { background-color: #E57C6D; }
a { background-color: rgb(229,124,109); }
div.DivClassName
{
background-color: #E57C6D;
}
.BgClassName
{
background-color: #E57C6D;
}
</style>
border-color css
<style>
span { border-color: #E57C6D; }
span { border-color: rgb(229,124,109); }
td.TdClassName
{
border-color: #E57C6D;
}
.TagClassName
{
border-color: #E57C6D;
}
</style>