Shades of Geraldine #EE7B6A
Tints of Geraldine #EE7B6A
RGB
CMYK
RGB Variations
Color information
#EE7B6A (or 0xEE7B6A) is known color: Geraldine. HEX triplet: EE, 7B and 6A. RGB value is (238,123,106). Sum of RGB (Red+Green+Blue) = 238+123+106=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7B6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7B6A is #118495. Grayscale: #9B9B9B. Windows color (decimal): -1148054 or 6978542. OLE color: 6978542.
HSL color Cylindrical-coordinate representation of color #EE7B6A: hue angle of 7.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 #EE7B6A is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 106 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.07 |
| HSL | 7.73º | 0.8% | 0.67% | - |
| HSV(B) | 7.73º | 0.55% | 0.93% | - |
| XYZ | 44.94 | 33.38 | 17.71 | - |
| YUV | 155.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 106 | 0 | 0.48 | 0.55 | 0.07 | 7.73 | 0.8 | 0.67 |
| Hex | EE | 7B | 6A | 0 | 30 | 37 | 7 | 8 | 50 | 43 |
| Octal | 356 | 173 | 152 | 0 | 60 | 67 | 7 | 10 | 120 | 103 |
| Binary | 11101110 | 1111011 | 1101010 | 0 | 110000 | 110111 | 111 | 1000 | 1010000 | 1000011 |
Color Harmonies of #EE7B6A
Complementary color
Monochromatic Colors of #EE7B6A
Black with #EE7B6A
Text Example
Text Example
White with #EE7B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7B6A; }
p { color: rgb(238,123,106); }
H1.HeaderClassName
{
color: #EE7B6A;
}
.AnyTagClassName
{
color: #EE7B6A;
}
</style>
background-color css
<style>
a { background-color: #EE7B6A; }
a { background-color: rgb(238,123,106); }
div.DivClassName
{
background-color: #EE7B6A;
}
.BgClassName
{
background-color: #EE7B6A;
}
</style>
border-color css
<style>
span { border-color: #EE7B6A; }
span { border-color: rgb(238,123,106); }
td.TdClassName
{
border-color: #EE7B6A;
}
.TagClassName
{
border-color: #EE7B6A;
}
</style>