Shades of Geraldine #ED786E
Tints of Geraldine #ED786E
RGB
CMYK
RGB Variations
Color information
#ED786E (or 0xED786E) is known color: Geraldine. HEX triplet: ED, 78 and 6E. RGB value is (237,120,110). Sum of RGB (Red+Green+Blue) = 237+120+110=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED786E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED786E is #128791. Grayscale: #999999. Windows color (decimal): -1214354 or 7239917. OLE color: 7239917.
HSL color Cylindrical-coordinate representation of color #ED786E: hue angle of 4.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED786E is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 120 | 110 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.07 |
| HSL | 4.72º | 0.78% | 0.68% | - |
| HSV(B) | 4.72º | 0.54% | 0.93% | - |
| XYZ | 44.46 | 32.56 | 18.69 | - |
| YUV | 153.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 120 | 110 | 0 | 0.49 | 0.54 | 0.07 | 4.72 | 0.78 | 0.68 |
| Hex | ED | 78 | 6E | 0 | 31 | 36 | 7 | 5 | 4E | 44 |
| Octal | 355 | 170 | 156 | 0 | 61 | 66 | 7 | 5 | 116 | 104 |
| Binary | 11101101 | 1111000 | 1101110 | 0 | 110001 | 110110 | 111 | 101 | 1001110 | 1000100 |
Color Harmonies of #ED786E
Complementary color
Monochromatic Colors of #ED786E
Black with #ED786E
Text Example
Text Example
White with #ED786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED786E; }
p { color: rgb(237,120,110); }
H1.HeaderClassName
{
color: #ED786E;
}
.AnyTagClassName
{
color: #ED786E;
}
</style>
background-color css
<style>
a { background-color: #ED786E; }
a { background-color: rgb(237,120,110); }
div.DivClassName
{
background-color: #ED786E;
}
.BgClassName
{
background-color: #ED786E;
}
</style>
border-color css
<style>
span { border-color: #ED786E; }
span { border-color: rgb(237,120,110); }
td.TdClassName
{
border-color: #ED786E;
}
.TagClassName
{
border-color: #ED786E;
}
</style>