Shades of Geraldine #ED7B6C
Tints of Geraldine #ED7B6C
RGB
CMYK
RGB Variations
Color information
#ED7B6C (or 0xED7B6C) is known color: Geraldine. HEX triplet: ED, 7B and 6C. RGB value is (237,123,108). Sum of RGB (Red+Green+Blue) = 237+123+108=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B6C is #128493. Grayscale: #9B9B9B. Windows color (decimal): -1213588 or 7109613. OLE color: 7109613.
HSL color Cylindrical-coordinate representation of color #ED7B6C: hue angle of 6.98º 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 #ED7B6C is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 108 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.07 |
| HSL | 6.98º | 0.78% | 0.68% | - |
| HSV(B) | 6.98º | 0.54% | 0.93% | - |
| XYZ | 44.71 | 33.25 | 18.25 | - |
| YUV | 155.38 | 101.27 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 108 | 0 | 0.48 | 0.54 | 0.07 | 6.98 | 0.78 | 0.68 |
| Hex | ED | 7B | 6C | 0 | 30 | 36 | 7 | 7 | 4E | 44 |
| Octal | 355 | 173 | 154 | 0 | 60 | 66 | 7 | 7 | 116 | 104 |
| Binary | 11101101 | 1111011 | 1101100 | 0 | 110000 | 110110 | 111 | 111 | 1001110 | 1000100 |
Color Harmonies of #ED7B6C
Complementary color
Monochromatic Colors of #ED7B6C
Black with #ED7B6C
Text Example
Text Example
White with #ED7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B6C; }
p { color: rgb(237,123,108); }
H1.HeaderClassName
{
color: #ED7B6C;
}
.AnyTagClassName
{
color: #ED7B6C;
}
</style>
background-color css
<style>
a { background-color: #ED7B6C; }
a { background-color: rgb(237,123,108); }
div.DivClassName
{
background-color: #ED7B6C;
}
.BgClassName
{
background-color: #ED7B6C;
}
</style>
border-color css
<style>
span { border-color: #ED7B6C; }
span { border-color: rgb(237,123,108); }
td.TdClassName
{
border-color: #ED7B6C;
}
.TagClassName
{
border-color: #ED7B6C;
}
</style>