Shades of Geraldine #EE756C
Tints of Geraldine #EE756C
RGB
CMYK
RGB Variations
Color information
#EE756C (or 0xEE756C) is known color: Geraldine. HEX triplet: EE, 75 and 6C. RGB value is (238,117,108). Sum of RGB (Red+Green+Blue) = 238+117+108=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE756C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE756C is #118A93. Grayscale: #989898. Windows color (decimal): -1149588 or 7108078. OLE color: 7108078.
HSL color Cylindrical-coordinate representation of color #EE756C: hue angle of 4.15º 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 #EE756C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 108 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.07 |
| HSL | 4.15º | 0.79% | 0.68% | - |
| HSV(B) | 4.15º | 0.55% | 0.93% | - |
| XYZ | 44.33 | 31.98 | 18.02 | - |
| YUV | 152.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 108 | 0 | 0.51 | 0.55 | 0.07 | 4.15 | 0.79 | 0.68 |
| Hex | EE | 75 | 6C | 0 | 33 | 37 | 7 | 4 | 4F | 44 |
| Octal | 356 | 165 | 154 | 0 | 63 | 67 | 7 | 4 | 117 | 104 |
| Binary | 11101110 | 1110101 | 1101100 | 0 | 110011 | 110111 | 111 | 100 | 1001111 | 1000100 |
Color Harmonies of #EE756C
Complementary color
Monochromatic Colors of #EE756C
Black with #EE756C
Text Example
Text Example
White with #EE756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE756C; }
p { color: rgb(238,117,108); }
H1.HeaderClassName
{
color: #EE756C;
}
.AnyTagClassName
{
color: #EE756C;
}
</style>
background-color css
<style>
a { background-color: #EE756C; }
a { background-color: rgb(238,117,108); }
div.DivClassName
{
background-color: #EE756C;
}
.BgClassName
{
background-color: #EE756C;
}
</style>
border-color css
<style>
span { border-color: #EE756C; }
span { border-color: rgb(238,117,108); }
td.TdClassName
{
border-color: #EE756C;
}
.TagClassName
{
border-color: #EE756C;
}
</style>