Shades of Geraldine #ED8576
Tints of Geraldine #ED8576
RGB
CMYK
RGB Variations
Color information
#ED8576 (or 0xED8576) is known color: Geraldine. HEX triplet: ED, 85 and 76. RGB value is (237,133,118). Sum of RGB (Red+Green+Blue) = 237+133+118=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8576 is #127A89. Grayscale: #A2A2A2. Windows color (decimal): -1211018 or 7767533. OLE color: 7767533.
HSL color Cylindrical-coordinate representation of color #ED8576: hue angle of 7.56º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED8576 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 118 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.07 |
| HSL | 7.56º | 0.77% | 0.7% | - |
| HSV(B) | 7.56º | 0.5% | 0.93% | - |
| XYZ | 46.58 | 36.09 | 21.65 | - |
| YUV | 162.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 118 | 0 | 0.44 | 0.50 | 0.07 | 7.56 | 0.77 | 0.7 |
| Hex | ED | 85 | 76 | 0 | 2C | 32 | 7 | 8 | 4D | 46 |
| Octal | 355 | 205 | 166 | 0 | 54 | 62 | 7 | 10 | 115 | 106 |
| Binary | 11101101 | 10000101 | 1110110 | 0 | 101100 | 110010 | 111 | 1000 | 1001101 | 1000110 |
Color Harmonies of #ED8576
Complementary color
Monochromatic Colors of #ED8576
Black with #ED8576
Text Example
Text Example
White with #ED8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8576; }
p { color: rgb(237,133,118); }
H1.HeaderClassName
{
color: #ED8576;
}
.AnyTagClassName
{
color: #ED8576;
}
</style>
background-color css
<style>
a { background-color: #ED8576; }
a { background-color: rgb(237,133,118); }
div.DivClassName
{
background-color: #ED8576;
}
.BgClassName
{
background-color: #ED8576;
}
</style>
border-color css
<style>
span { border-color: #ED8576; }
span { border-color: rgb(237,133,118); }
td.TdClassName
{
border-color: #ED8576;
}
.TagClassName
{
border-color: #ED8576;
}
</style>