Shades of Geraldine #ED766B
Tints of Geraldine #ED766B
RGB
CMYK
RGB Variations
Color information
#ED766B (or 0xED766B) is known color: Geraldine. HEX triplet: ED, 76 and 6B. RGB value is (237,118,107). Sum of RGB (Red+Green+Blue) = 237+118+107=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED766B is #128994. Grayscale: #989898. Windows color (decimal): -1214869 or 7042797. OLE color: 7042797.
HSL color Cylindrical-coordinate representation of color #ED766B: hue angle of 5.08º 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 #ED766B is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 107 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.07 |
| HSL | 5.08º | 0.78% | 0.67% | - |
| HSV(B) | 5.08º | 0.55% | 0.93% | - |
| XYZ | 44.06 | 32.02 | 17.77 | - |
| YUV | 152.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 107 | 0 | 0.50 | 0.55 | 0.07 | 5.08 | 0.78 | 0.67 |
| Hex | ED | 76 | 6B | 0 | 32 | 37 | 7 | 5 | 4E | 43 |
| Octal | 355 | 166 | 153 | 0 | 62 | 67 | 7 | 5 | 116 | 103 |
| Binary | 11101101 | 1110110 | 1101011 | 0 | 110010 | 110111 | 111 | 101 | 1001110 | 1000011 |
Color Harmonies of #ED766B
Complementary color
Monochromatic Colors of #ED766B
Black with #ED766B
Text Example
Text Example
White with #ED766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED766B; }
p { color: rgb(237,118,107); }
H1.HeaderClassName
{
color: #ED766B;
}
.AnyTagClassName
{
color: #ED766B;
}
</style>
background-color css
<style>
a { background-color: #ED766B; }
a { background-color: rgb(237,118,107); }
div.DivClassName
{
background-color: #ED766B;
}
.BgClassName
{
background-color: #ED766B;
}
</style>
border-color css
<style>
span { border-color: #ED766B; }
span { border-color: rgb(237,118,107); }
td.TdClassName
{
border-color: #ED766B;
}
.TagClassName
{
border-color: #ED766B;
}
</style>