Shades of Geraldine #EE7A69
Tints of Geraldine #EE7A69
RGB
CMYK
RGB Variations
Color information
#EE7A69 (or 0xEE7A69) is known color: Geraldine. HEX triplet: EE, 7A and 69. RGB value is (238,122,105). Sum of RGB (Red+Green+Blue) = 238+122+105=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7A69 is #118596. Grayscale: #9A9A9A. Windows color (decimal): -1148311 or 6912750. OLE color: 6912750.
HSL color Cylindrical-coordinate representation of color #EE7A69: hue angle of 7.67º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE7A69 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 122 | 105 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.07 |
| HSL | 7.67º | 0.8% | 0.67% | - |
| HSV(B) | 7.67º | 0.56% | 0.93% | - |
| XYZ | 44.77 | 33.12 | 17.4 | - |
| YUV | 154.75 | 99.93 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 122 | 105 | 0 | 0.49 | 0.56 | 0.07 | 7.67 | 0.8 | 0.67 |
| Hex | EE | 7A | 69 | 0 | 31 | 38 | 7 | 8 | 50 | 43 |
| Octal | 356 | 172 | 151 | 0 | 61 | 70 | 7 | 10 | 120 | 103 |
| Binary | 11101110 | 1111010 | 1101001 | 0 | 110001 | 111000 | 111 | 1000 | 1010000 | 1000011 |
Color Harmonies of #EE7A69
Complementary color
Monochromatic Colors of #EE7A69
Black with #EE7A69
Text Example
Text Example
White with #EE7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7A69; }
p { color: rgb(238,122,105); }
H1.HeaderClassName
{
color: #EE7A69;
}
.AnyTagClassName
{
color: #EE7A69;
}
</style>
background-color css
<style>
a { background-color: #EE7A69; }
a { background-color: rgb(238,122,105); }
div.DivClassName
{
background-color: #EE7A69;
}
.BgClassName
{
background-color: #EE7A69;
}
</style>
border-color css
<style>
span { border-color: #EE7A69; }
span { border-color: rgb(238,122,105); }
td.TdClassName
{
border-color: #EE7A69;
}
.TagClassName
{
border-color: #EE7A69;
}
</style>