Shades of Geraldine #EE8376
Tints of Geraldine #EE8376
RGB
CMYK
RGB Variations
Color information
#EE8376 (or 0xEE8376) is known color: Geraldine. HEX triplet: EE, 83 and 76. RGB value is (238,131,118). Sum of RGB (Red+Green+Blue) = 238+131+118=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8376 is #117C89. Grayscale: #A1A1A1. Windows color (decimal): -1145994 or 7767022. OLE color: 7767022.
HSL color Cylindrical-coordinate representation of color #EE8376: hue angle of 6.5º degrees, saturation: 0.78, 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 #EE8376 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 131 | 118 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.07 |
| HSL | 6.5º | 0.78% | 0.7% | - |
| HSV(B) | 6.5º | 0.5% | 0.93% | - |
| XYZ | 46.65 | 35.72 | 21.58 | - |
| YUV | 161.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 131 | 118 | 0 | 0.45 | 0.50 | 0.07 | 6.5 | 0.78 | 0.7 |
| Hex | EE | 83 | 76 | 0 | 2D | 32 | 7 | 6 | 4E | 46 |
| Octal | 356 | 203 | 166 | 0 | 55 | 62 | 7 | 6 | 116 | 106 |
| Binary | 11101110 | 10000011 | 1110110 | 0 | 101101 | 110010 | 111 | 110 | 1001110 | 1000110 |
Color Harmonies of #EE8376
Complementary color
Monochromatic Colors of #EE8376
Black with #EE8376
Text Example
Text Example
White with #EE8376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8376; }
p { color: rgb(238,131,118); }
H1.HeaderClassName
{
color: #EE8376;
}
.AnyTagClassName
{
color: #EE8376;
}
</style>
background-color css
<style>
a { background-color: #EE8376; }
a { background-color: rgb(238,131,118); }
div.DivClassName
{
background-color: #EE8376;
}
.BgClassName
{
background-color: #EE8376;
}
</style>
border-color css
<style>
span { border-color: #EE8376; }
span { border-color: rgb(238,131,118); }
td.TdClassName
{
border-color: #EE8376;
}
.TagClassName
{
border-color: #EE8376;
}
</style>