Shades of Geraldine #EE806F
Tints of Geraldine #EE806F
RGB
CMYK
RGB Variations
Color information
#EE806F (or 0xEE806F) is known color: Geraldine. HEX triplet: EE, 80 and 6F. RGB value is (238,128,111). Sum of RGB (Red+Green+Blue) = 238+128+111=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE806F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE806F is #117F90. Grayscale: #9F9F9F. Windows color (decimal): -1146769 or 7307502. OLE color: 7307502.
HSL color Cylindrical-coordinate representation of color #EE806F: hue angle of 8.03º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE806F is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 111 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.07 |
| HSL | 8.03º | 0.79% | 0.68% | - |
| HSV(B) | 8.03º | 0.53% | 0.93% | - |
| XYZ | 45.85 | 34.76 | 19.33 | - |
| YUV | 158.95 | 100.94 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 111 | 0 | 0.46 | 0.53 | 0.07 | 8.03 | 0.79 | 0.68 |
| Hex | EE | 80 | 6F | 0 | 2E | 35 | 7 | 8 | 4F | 44 |
| Octal | 356 | 200 | 157 | 0 | 56 | 65 | 7 | 10 | 117 | 104 |
| Binary | 11101110 | 10000000 | 1101111 | 0 | 101110 | 110101 | 111 | 1000 | 1001111 | 1000100 |
Color Harmonies of #EE806F
Complementary color
Monochromatic Colors of #EE806F
Black with #EE806F
Text Example
Text Example
White with #EE806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE806F; }
p { color: rgb(238,128,111); }
H1.HeaderClassName
{
color: #EE806F;
}
.AnyTagClassName
{
color: #EE806F;
}
</style>
background-color css
<style>
a { background-color: #EE806F; }
a { background-color: rgb(238,128,111); }
div.DivClassName
{
background-color: #EE806F;
}
.BgClassName
{
background-color: #EE806F;
}
</style>
border-color css
<style>
span { border-color: #EE806F; }
span { border-color: rgb(238,128,111); }
td.TdClassName
{
border-color: #EE806F;
}
.TagClassName
{
border-color: #EE806F;
}
</style>