Shades of Geraldine #EE786A
Tints of Geraldine #EE786A
RGB
CMYK
RGB Variations
Color information
#EE786A (or 0xEE786A) is known color: Geraldine. HEX triplet: EE, 78 and 6A. RGB value is (238,120,106). Sum of RGB (Red+Green+Blue) = 238+120+106=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE786A is #118795. Grayscale: #999999. Windows color (decimal): -1148822 or 6977774. OLE color: 6977774.
HSL color Cylindrical-coordinate representation of color #EE786A: hue angle of 6.36º 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 #EE786A is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 120 | 106 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.07 |
| HSL | 6.36º | 0.8% | 0.67% | - |
| HSV(B) | 6.36º | 0.55% | 0.93% | - |
| XYZ | 44.58 | 32.65 | 17.59 | - |
| YUV | 153.69 | 101.09 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 120 | 106 | 0 | 0.50 | 0.55 | 0.07 | 6.36 | 0.8 | 0.67 |
| Hex | EE | 78 | 6A | 0 | 32 | 37 | 7 | 6 | 50 | 43 |
| Octal | 356 | 170 | 152 | 0 | 62 | 67 | 7 | 6 | 120 | 103 |
| Binary | 11101110 | 1111000 | 1101010 | 0 | 110010 | 110111 | 111 | 110 | 1010000 | 1000011 |
Color Harmonies of #EE786A
Complementary color
Monochromatic Colors of #EE786A
Black with #EE786A
Text Example
Text Example
White with #EE786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE786A; }
p { color: rgb(238,120,106); }
H1.HeaderClassName
{
color: #EE786A;
}
.AnyTagClassName
{
color: #EE786A;
}
</style>
background-color css
<style>
a { background-color: #EE786A; }
a { background-color: rgb(238,120,106); }
div.DivClassName
{
background-color: #EE786A;
}
.BgClassName
{
background-color: #EE786A;
}
</style>
border-color css
<style>
span { border-color: #EE786A; }
span { border-color: rgb(238,120,106); }
td.TdClassName
{
border-color: #EE786A;
}
.TagClassName
{
border-color: #EE786A;
}
</style>