Shades of Geraldine #ED8376
Tints of Geraldine #ED8376
RGB
CMYK
RGB Variations
Color information
#ED8376 (or 0xED8376) is known color: Geraldine. HEX triplet: ED, 83 and 76. RGB value is (237,131,118). Sum of RGB (Red+Green+Blue) = 237+131+118=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8376 is #127C89. Grayscale: #A1A1A1. Windows color (decimal): -1211530 or 7767021. OLE color: 7767021.
HSL color Cylindrical-coordinate representation of color #ED8376: hue angle of 6.55º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED8376 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 118 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.07 |
| HSL | 6.55º | 0.77% | 0.7% | - |
| HSV(B) | 6.55º | 0.5% | 0.93% | - |
| XYZ | 46.31 | 35.55 | 21.56 | - |
| YUV | 161.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 118 | 0 | 0.45 | 0.50 | 0.07 | 6.55 | 0.77 | 0.7 |
| Hex | ED | 83 | 76 | 0 | 2D | 32 | 7 | 7 | 4D | 46 |
| Octal | 355 | 203 | 166 | 0 | 55 | 62 | 7 | 7 | 115 | 106 |
| Binary | 11101101 | 10000011 | 1110110 | 0 | 101101 | 110010 | 111 | 111 | 1001101 | 1000110 |
Color Harmonies of #ED8376
Complementary color
Monochromatic Colors of #ED8376
Black with #ED8376
Text Example
Text Example
White with #ED8376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8376; }
p { color: rgb(237,131,118); }
H1.HeaderClassName
{
color: #ED8376;
}
.AnyTagClassName
{
color: #ED8376;
}
</style>
background-color css
<style>
a { background-color: #ED8376; }
a { background-color: rgb(237,131,118); }
div.DivClassName
{
background-color: #ED8376;
}
.BgClassName
{
background-color: #ED8376;
}
</style>
border-color css
<style>
span { border-color: #ED8376; }
span { border-color: rgb(237,131,118); }
td.TdClassName
{
border-color: #ED8376;
}
.TagClassName
{
border-color: #ED8376;
}
</style>