Shades of Geraldine #EE796C
Tints of Geraldine #EE796C
RGB
CMYK
RGB Variations
Color information
#EE796C (or 0xEE796C) is known color: Geraldine. HEX triplet: EE, 79 and 6C. RGB value is (238,121,108). Sum of RGB (Red+Green+Blue) = 238+121+108=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE796C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE796C is #118693. Grayscale: #9A9A9A. Windows color (decimal): -1148564 or 7109102. OLE color: 7109102.
HSL color Cylindrical-coordinate representation of color #EE796C: hue angle of 6º 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 #EE796C is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 121 | 108 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.07 |
| HSL | 6º | 0.79% | 0.68% | - |
| HSV(B) | 6º | 0.55% | 0.93% | - |
| XYZ | 44.8 | 32.93 | 18.18 | - |
| YUV | 154.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 121 | 108 | 0 | 0.49 | 0.55 | 0.07 | 6 | 0.79 | 0.68 |
| Hex | EE | 79 | 6C | 0 | 31 | 37 | 7 | 6 | 4F | 44 |
| Octal | 356 | 171 | 154 | 0 | 61 | 67 | 7 | 6 | 117 | 104 |
| Binary | 11101110 | 1111001 | 1101100 | 0 | 110001 | 110111 | 111 | 110 | 1001111 | 1000100 |
Color Harmonies of #EE796C
Complementary color
Monochromatic Colors of #EE796C
Black with #EE796C
Text Example
Text Example
White with #EE796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE796C; }
p { color: rgb(238,121,108); }
H1.HeaderClassName
{
color: #EE796C;
}
.AnyTagClassName
{
color: #EE796C;
}
</style>
background-color css
<style>
a { background-color: #EE796C; }
a { background-color: rgb(238,121,108); }
div.DivClassName
{
background-color: #EE796C;
}
.BgClassName
{
background-color: #EE796C;
}
</style>
border-color css
<style>
span { border-color: #EE796C; }
span { border-color: rgb(238,121,108); }
td.TdClassName
{
border-color: #EE796C;
}
.TagClassName
{
border-color: #EE796C;
}
</style>