Shades of Geraldine #E9776D
Tints of Geraldine #E9776D
RGB
CMYK
RGB Variations
Color information
#E9776D (or 0xE9776D) is known color: Geraldine. HEX triplet: E9, 77 and 6D. RGB value is (233,119,109). Sum of RGB (Red+Green+Blue) = 233+119+109=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E9776D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9776D is #168892. Grayscale: #989898. Windows color (decimal): -1476755 or 7174121. OLE color: 7174121.
HSL color Cylindrical-coordinate representation of color #E9776D: hue angle of 4.84º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9776D is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 119 | 109 | - |
| CMYK | 0 | 0.49 | 0.53 | 0.09 |
| HSL | 4.84º | 0.74% | 0.67% | - |
| HSV(B) | 4.84º | 0.53% | 0.91% | - |
| XYZ | 42.96 | 31.62 | 18.31 | - |
| YUV | 151.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 119 | 109 | 0 | 0.49 | 0.53 | 0.09 | 4.84 | 0.74 | 0.67 |
| Hex | E9 | 77 | 6D | 0 | 31 | 35 | 9 | 5 | 4A | 43 |
| Octal | 351 | 167 | 155 | 0 | 61 | 65 | 11 | 5 | 112 | 103 |
| Binary | 11101001 | 1110111 | 1101101 | 0 | 110001 | 110101 | 1001 | 101 | 1001010 | 1000011 |
Color Harmonies of #E9776D
Complementary color
Monochromatic Colors of #E9776D
Black with #E9776D
Text Example
Text Example
White with #E9776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9776D; }
p { color: rgb(233,119,109); }
H1.HeaderClassName
{
color: #E9776D;
}
.AnyTagClassName
{
color: #E9776D;
}
</style>
background-color css
<style>
a { background-color: #E9776D; }
a { background-color: rgb(233,119,109); }
div.DivClassName
{
background-color: #E9776D;
}
.BgClassName
{
background-color: #E9776D;
}
</style>
border-color css
<style>
span { border-color: #E9776D; }
span { border-color: rgb(233,119,109); }
td.TdClassName
{
border-color: #E9776D;
}
.TagClassName
{
border-color: #E9776D;
}
</style>