Shades of Geraldine #ED8678
Tints of Geraldine #ED8678
RGB
CMYK
RGB Variations
Color information
#ED8678 (or 0xED8678) is known color: Geraldine. HEX triplet: ED, 86 and 78. RGB value is (237,134,120). Sum of RGB (Red+Green+Blue) = 237+134+120=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8678 is #127987. Grayscale: #A3A3A3. Windows color (decimal): -1210760 or 7898861. OLE color: 7898861.
HSL color Cylindrical-coordinate representation of color #ED8678: hue angle of 7.18º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED8678 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 120 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.07 |
| HSL | 7.18º | 0.76% | 0.7% | - |
| HSV(B) | 7.18º | 0.49% | 0.93% | - |
| XYZ | 46.84 | 36.41 | 22.33 | - |
| YUV | 163.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 120 | 0 | 0.43 | 0.49 | 0.07 | 7.18 | 0.76 | 0.7 |
| Hex | ED | 86 | 78 | 0 | 2B | 31 | 7 | 7 | 4C | 46 |
| Octal | 355 | 206 | 170 | 0 | 53 | 61 | 7 | 7 | 114 | 106 |
| Binary | 11101101 | 10000110 | 1111000 | 0 | 101011 | 110001 | 111 | 111 | 1001100 | 1000110 |
Color Harmonies of #ED8678
Complementary color
Monochromatic Colors of #ED8678
Black with #ED8678
Text Example
Text Example
White with #ED8678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8678; }
p { color: rgb(237,134,120); }
H1.HeaderClassName
{
color: #ED8678;
}
.AnyTagClassName
{
color: #ED8678;
}
</style>
background-color css
<style>
a { background-color: #ED8678; }
a { background-color: rgb(237,134,120); }
div.DivClassName
{
background-color: #ED8678;
}
.BgClassName
{
background-color: #ED8678;
}
</style>
border-color css
<style>
span { border-color: #ED8678; }
span { border-color: rgb(237,134,120); }
td.TdClassName
{
border-color: #ED8678;
}
.TagClassName
{
border-color: #ED8678;
}
</style>