Shades of Geraldine #ED7A6B
Tints of Geraldine #ED7A6B
RGB
CMYK
RGB Variations
Color information
#ED7A6B (or 0xED7A6B) is known color: Geraldine. HEX triplet: ED, 7A and 6B. RGB value is (237,122,107). Sum of RGB (Red+Green+Blue) = 237+122+107=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A6B is #128594. Grayscale: #9A9A9A. Windows color (decimal): -1213845 or 7043821. OLE color: 7043821.
HSL color Cylindrical-coordinate representation of color #ED7A6B: hue angle of 6.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED7A6B is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 107 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.07 |
| HSL | 6.92º | 0.78% | 0.67% | - |
| HSV(B) | 6.92º | 0.55% | 0.93% | - |
| XYZ | 44.54 | 32.99 | 17.93 | - |
| YUV | 154.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 107 | 0 | 0.49 | 0.55 | 0.07 | 6.92 | 0.78 | 0.67 |
| Hex | ED | 7A | 6B | 0 | 31 | 37 | 7 | 7 | 4E | 43 |
| Octal | 355 | 172 | 153 | 0 | 61 | 67 | 7 | 7 | 116 | 103 |
| Binary | 11101101 | 1111010 | 1101011 | 0 | 110001 | 110111 | 111 | 111 | 1001110 | 1000011 |
Color Harmonies of #ED7A6B
Complementary color
Monochromatic Colors of #ED7A6B
Black with #ED7A6B
Text Example
Text Example
White with #ED7A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A6B; }
p { color: rgb(237,122,107); }
H1.HeaderClassName
{
color: #ED7A6B;
}
.AnyTagClassName
{
color: #ED7A6B;
}
</style>
background-color css
<style>
a { background-color: #ED7A6B; }
a { background-color: rgb(237,122,107); }
div.DivClassName
{
background-color: #ED7A6B;
}
.BgClassName
{
background-color: #ED7A6B;
}
</style>
border-color css
<style>
span { border-color: #ED7A6B; }
span { border-color: rgb(237,122,107); }
td.TdClassName
{
border-color: #ED7A6B;
}
.TagClassName
{
border-color: #ED7A6B;
}
</style>