Shades of Geraldine #EE766C
Tints of Geraldine #EE766C
RGB
CMYK
RGB Variations
Color information
#EE766C (or 0xEE766C) is known color: Geraldine. HEX triplet: EE, 76 and 6C. RGB value is (238,118,108). Sum of RGB (Red+Green+Blue) = 238+118+108=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE766C is #118993. Grayscale: #989898. Windows color (decimal): -1149332 or 7108334. OLE color: 7108334.
HSL color Cylindrical-coordinate representation of color #EE766C: hue angle of 4.62º 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 #EE766C is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 108 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.07 |
| HSL | 4.62º | 0.79% | 0.68% | - |
| HSV(B) | 4.62º | 0.55% | 0.93% | - |
| XYZ | 44.45 | 32.22 | 18.06 | - |
| YUV | 152.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 108 | 0 | 0.50 | 0.55 | 0.07 | 4.62 | 0.79 | 0.68 |
| Hex | EE | 76 | 6C | 0 | 32 | 37 | 7 | 5 | 4F | 44 |
| Octal | 356 | 166 | 154 | 0 | 62 | 67 | 7 | 5 | 117 | 104 |
| Binary | 11101110 | 1110110 | 1101100 | 0 | 110010 | 110111 | 111 | 101 | 1001111 | 1000100 |
Color Harmonies of #EE766C
Complementary color
Monochromatic Colors of #EE766C
Black with #EE766C
Text Example
Text Example
White with #EE766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE766C; }
p { color: rgb(238,118,108); }
H1.HeaderClassName
{
color: #EE766C;
}
.AnyTagClassName
{
color: #EE766C;
}
</style>
background-color css
<style>
a { background-color: #EE766C; }
a { background-color: rgb(238,118,108); }
div.DivClassName
{
background-color: #EE766C;
}
.BgClassName
{
background-color: #EE766C;
}
</style>
border-color css
<style>
span { border-color: #EE766C; }
span { border-color: rgb(238,118,108); }
td.TdClassName
{
border-color: #EE766C;
}
.TagClassName
{
border-color: #EE766C;
}
</style>