Shades of Geraldine #ED8474
Tints of Geraldine #ED8474
RGB
CMYK
RGB Variations
Color information
#ED8474 (or 0xED8474) is known color: Geraldine. HEX triplet: ED, 84 and 74. RGB value is (237,132,116). Sum of RGB (Red+Green+Blue) = 237+132+116=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8474 is #127B8B. Grayscale: #A1A1A1. Windows color (decimal): -1211276 or 7636205. OLE color: 7636205.
HSL color Cylindrical-coordinate representation of color #ED8474: hue angle of 7.93º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED8474 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 116 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.07 |
| HSL | 7.93º | 0.77% | 0.69% | - |
| HSV(B) | 7.93º | 0.51% | 0.93% | - |
| XYZ | 46.33 | 35.77 | 20.99 | - |
| YUV | 161.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 116 | 0 | 0.44 | 0.51 | 0.07 | 7.93 | 0.77 | 0.69 |
| Hex | ED | 84 | 74 | 0 | 2C | 33 | 7 | 8 | 4D | 45 |
| Octal | 355 | 204 | 164 | 0 | 54 | 63 | 7 | 10 | 115 | 105 |
| Binary | 11101101 | 10000100 | 1110100 | 0 | 101100 | 110011 | 111 | 1000 | 1001101 | 1000101 |
Color Harmonies of #ED8474
Complementary color
Monochromatic Colors of #ED8474
Black with #ED8474
Text Example
Text Example
White with #ED8474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8474; }
p { color: rgb(237,132,116); }
H1.HeaderClassName
{
color: #ED8474;
}
.AnyTagClassName
{
color: #ED8474;
}
</style>
background-color css
<style>
a { background-color: #ED8474; }
a { background-color: rgb(237,132,116); }
div.DivClassName
{
background-color: #ED8474;
}
.BgClassName
{
background-color: #ED8474;
}
</style>
border-color css
<style>
span { border-color: #ED8474; }
span { border-color: rgb(237,132,116); }
td.TdClassName
{
border-color: #ED8474;
}
.TagClassName
{
border-color: #ED8474;
}
</style>