Shades of Geraldine #ED7B68
Tints of Geraldine #ED7B68
RGB
CMYK
RGB Variations
Color information
#ED7B68 (or 0xED7B68) is known color: Geraldine. HEX triplet: ED, 7B and 68. RGB value is (237,123,104). Sum of RGB (Red+Green+Blue) = 237+123+104=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B68 is #128497. Grayscale: #9B9B9B. Windows color (decimal): -1213592 or 6847469. OLE color: 6847469.
HSL color Cylindrical-coordinate representation of color #ED7B68: hue angle of 8.57º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED7B68 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 104 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.07 |
| HSL | 8.57º | 0.79% | 0.67% | - |
| HSV(B) | 8.57º | 0.56% | 0.93% | - |
| XYZ | 44.51 | 33.17 | 17.15 | - |
| YUV | 154.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 104 | 0 | 0.48 | 0.56 | 0.07 | 8.57 | 0.79 | 0.67 |
| Hex | ED | 7B | 68 | 0 | 30 | 38 | 7 | 9 | 4F | 43 |
| Octal | 355 | 173 | 150 | 0 | 60 | 70 | 7 | 11 | 117 | 103 |
| Binary | 11101101 | 1111011 | 1101000 | 0 | 110000 | 111000 | 111 | 1001 | 1001111 | 1000011 |
Color Harmonies of #ED7B68
Complementary color
Monochromatic Colors of #ED7B68
Black with #ED7B68
Text Example
Text Example
White with #ED7B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B68; }
p { color: rgb(237,123,104); }
H1.HeaderClassName
{
color: #ED7B68;
}
.AnyTagClassName
{
color: #ED7B68;
}
</style>
background-color css
<style>
a { background-color: #ED7B68; }
a { background-color: rgb(237,123,104); }
div.DivClassName
{
background-color: #ED7B68;
}
.BgClassName
{
background-color: #ED7B68;
}
</style>
border-color css
<style>
span { border-color: #ED7B68; }
span { border-color: rgb(237,123,104); }
td.TdClassName
{
border-color: #ED7B68;
}
.TagClassName
{
border-color: #ED7B68;
}
</style>