Shades of Geraldine #EE7E6C
Tints of Geraldine #EE7E6C
RGB
CMYK
RGB Variations
Color information
#EE7E6C (or 0xEE7E6C) is known color: Geraldine. HEX triplet: EE, 7E and 6C. RGB value is (238,126,108). Sum of RGB (Red+Green+Blue) = 238+126+108=472 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.42% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7E6C is #118193. Grayscale: #9D9D9D. Windows color (decimal): -1147284 or 7110382. OLE color: 7110382.
HSL color Cylindrical-coordinate representation of color #EE7E6C: hue angle of 8.31º 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 #EE7E6C is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 108 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.07 |
| HSL | 8.31º | 0.79% | 0.68% | - |
| HSV(B) | 8.31º | 0.55% | 0.93% | - |
| XYZ | 45.43 | 34.18 | 18.39 | - |
| YUV | 157.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 108 | 0 | 0.47 | 0.55 | 0.07 | 8.31 | 0.79 | 0.68 |
| Hex | EE | 7E | 6C | 0 | 2F | 37 | 7 | 8 | 4F | 44 |
| Octal | 356 | 176 | 154 | 0 | 57 | 67 | 7 | 10 | 117 | 104 |
| Binary | 11101110 | 1111110 | 1101100 | 0 | 101111 | 110111 | 111 | 1000 | 1001111 | 1000100 |
Color Harmonies of #EE7E6C
Complementary color
Monochromatic Colors of #EE7E6C
Black with #EE7E6C
Text Example
Text Example
White with #EE7E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7E6C; }
p { color: rgb(238,126,108); }
H1.HeaderClassName
{
color: #EE7E6C;
}
.AnyTagClassName
{
color: #EE7E6C;
}
</style>
background-color css
<style>
a { background-color: #EE7E6C; }
a { background-color: rgb(238,126,108); }
div.DivClassName
{
background-color: #EE7E6C;
}
.BgClassName
{
background-color: #EE7E6C;
}
</style>
border-color css
<style>
span { border-color: #EE7E6C; }
span { border-color: rgb(238,126,108); }
td.TdClassName
{
border-color: #EE7E6C;
}
.TagClassName
{
border-color: #EE7E6C;
}
</style>