Shades of Geraldine #EE706A
Tints of Geraldine #EE706A
RGB
CMYK
RGB Variations
Color information
#EE706A (or 0xEE706A) is known color: Geraldine. HEX triplet: EE, 70 and 6A. RGB value is (238,112,106). Sum of RGB (Red+Green+Blue) = 238+112+106=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EE706A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE706A is #118F95. Grayscale: #959595. Windows color (decimal): -1150870 or 6975726. OLE color: 6975726.
HSL color Cylindrical-coordinate representation of color #EE706A: hue angle of 2.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE706A is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 106 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.07 |
| HSL | 2.73º | 0.8% | 0.67% | - |
| HSV(B) | 2.73º | 0.55% | 0.93% | - |
| XYZ | 43.66 | 30.81 | 17.28 | - |
| YUV | 148.99 | 103.74 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 106 | 0 | 0.53 | 0.55 | 0.07 | 2.73 | 0.8 | 0.67 |
| Hex | EE | 70 | 6A | 0 | 35 | 37 | 7 | 3 | 50 | 43 |
| Octal | 356 | 160 | 152 | 0 | 65 | 67 | 7 | 3 | 120 | 103 |
| Binary | 11101110 | 1110000 | 1101010 | 0 | 110101 | 110111 | 111 | 11 | 1010000 | 1000011 |
Color Harmonies of #EE706A
Complementary color
Monochromatic Colors of #EE706A
Black with #EE706A
Text Example
Text Example
White with #EE706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE706A; }
p { color: rgb(238,112,106); }
H1.HeaderClassName
{
color: #EE706A;
}
.AnyTagClassName
{
color: #EE706A;
}
</style>
background-color css
<style>
a { background-color: #EE706A; }
a { background-color: rgb(238,112,106); }
div.DivClassName
{
background-color: #EE706A;
}
.BgClassName
{
background-color: #EE706A;
}
</style>
border-color css
<style>
span { border-color: #EE706A; }
span { border-color: rgb(238,112,106); }
td.TdClassName
{
border-color: #EE706A;
}
.TagClassName
{
border-color: #EE706A;
}
</style>