Shades of Geraldine #ED8370
Tints of Geraldine #ED8370
RGB
CMYK
RGB Variations
Color information
#ED8370 (or 0xED8370) is known color: Geraldine. HEX triplet: ED, 83 and 70. RGB value is (237,131,112). Sum of RGB (Red+Green+Blue) = 237+131+112=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8370 is #127C8F. Grayscale: #A0A0A0. Windows color (decimal): -1211536 or 7373805. OLE color: 7373805.
HSL color Cylindrical-coordinate representation of color #ED8370: hue angle of 9.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED8370 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 112 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.07 |
| HSL | 9.12º | 0.78% | 0.68% | - |
| HSV(B) | 9.12º | 0.53% | 0.93% | - |
| XYZ | 45.97 | 35.41 | 19.74 | - |
| YUV | 160.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 112 | 0 | 0.45 | 0.53 | 0.07 | 9.12 | 0.78 | 0.68 |
| Hex | ED | 83 | 70 | 0 | 2D | 35 | 7 | 9 | 4E | 44 |
| Octal | 355 | 203 | 160 | 0 | 55 | 65 | 7 | 11 | 116 | 104 |
| Binary | 11101101 | 10000011 | 1110000 | 0 | 101101 | 110101 | 111 | 1001 | 1001110 | 1000100 |
Color Harmonies of #ED8370
Complementary color
Monochromatic Colors of #ED8370
Black with #ED8370
Text Example
Text Example
White with #ED8370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8370; }
p { color: rgb(237,131,112); }
H1.HeaderClassName
{
color: #ED8370;
}
.AnyTagClassName
{
color: #ED8370;
}
</style>
background-color css
<style>
a { background-color: #ED8370; }
a { background-color: rgb(237,131,112); }
div.DivClassName
{
background-color: #ED8370;
}
.BgClassName
{
background-color: #ED8370;
}
</style>
border-color css
<style>
span { border-color: #ED8370; }
span { border-color: rgb(237,131,112); }
td.TdClassName
{
border-color: #ED8370;
}
.TagClassName
{
border-color: #ED8370;
}
</style>