Shades of Geraldine #EE776C
Tints of Geraldine #EE776C
RGB
CMYK
RGB Variations
Color information
#EE776C (or 0xEE776C) is known color: Geraldine. HEX triplet: EE, 77 and 6C. RGB value is (238,119,108). Sum of RGB (Red+Green+Blue) = 238+119+108=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE776C is #118893. Grayscale: #999999. Windows color (decimal): -1149076 or 7108590. OLE color: 7108590.
HSL color Cylindrical-coordinate representation of color #EE776C: hue angle of 5.08º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE776C is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 119 | 108 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.07 |
| HSL | 5.08º | 0.79% | 0.68% | - |
| HSV(B) | 5.08º | 0.55% | 0.93% | - |
| XYZ | 44.56 | 32.45 | 18.1 | - |
| YUV | 153.33 | 102.42 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 119 | 108 | 0 | 0.50 | 0.55 | 0.07 | 5.08 | 0.79 | 0.68 |
| Hex | EE | 77 | 6C | 0 | 32 | 37 | 7 | 5 | 4F | 44 |
| Octal | 356 | 167 | 154 | 0 | 62 | 67 | 7 | 5 | 117 | 104 |
| Binary | 11101110 | 1110111 | 1101100 | 0 | 110010 | 110111 | 111 | 101 | 1001111 | 1000100 |
Color Harmonies of #EE776C
Complementary color
Monochromatic Colors of #EE776C
Black with #EE776C
Text Example
Text Example
White with #EE776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE776C; }
p { color: rgb(238,119,108); }
H1.HeaderClassName
{
color: #EE776C;
}
.AnyTagClassName
{
color: #EE776C;
}
</style>
background-color css
<style>
a { background-color: #EE776C; }
a { background-color: rgb(238,119,108); }
div.DivClassName
{
background-color: #EE776C;
}
.BgClassName
{
background-color: #EE776C;
}
</style>
border-color css
<style>
span { border-color: #EE776C; }
span { border-color: rgb(238,119,108); }
td.TdClassName
{
border-color: #EE776C;
}
.TagClassName
{
border-color: #EE776C;
}
</style>