Shades of Geraldine #E9807A
Tints of Geraldine #E9807A
RGB
CMYK
RGB Variations
Color information
#E9807A (or 0xE9807A) is known color: Geraldine. HEX triplet: E9, 80 and 7A. RGB value is (233,128,122). Sum of RGB (Red+Green+Blue) = 233+128+122=483 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.24% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 233 - color contains mainly: red. Hex color #E9807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9807A is #167F85. Grayscale: #9E9E9E. Windows color (decimal): -1474438 or 8028393. OLE color: 8028393.
HSL color Cylindrical-coordinate representation of color #E9807A: hue angle of 3.24º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E9807A is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 128 | 122 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.09 |
| HSL | 3.24º | 0.72% | 0.7% | - |
| HSV(B) | 3.24º | 0.48% | 0.91% | - |
| XYZ | 44.84 | 34.17 | 22.64 | - |
| YUV | 158.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 122 | 0 | 0.45 | 0.48 | 0.09 | 3.24 | 0.72 | 0.7 |
| Hex | E9 | 80 | 7A | 0 | 2D | 30 | 9 | 3 | 48 | 46 |
| Octal | 351 | 200 | 172 | 0 | 55 | 60 | 11 | 3 | 110 | 106 |
| Binary | 11101001 | 10000000 | 1111010 | 0 | 101101 | 110000 | 1001 | 11 | 1001000 | 1000110 |
Color Harmonies of #E9807A
Complementary color
Monochromatic Colors of #E9807A
Black with #E9807A
Text Example
Text Example
White with #E9807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9807A; }
p { color: rgb(233,128,122); }
H1.HeaderClassName
{
color: #E9807A;
}
.AnyTagClassName
{
color: #E9807A;
}
</style>
background-color css
<style>
a { background-color: #E9807A; }
a { background-color: rgb(233,128,122); }
div.DivClassName
{
background-color: #E9807A;
}
.BgClassName
{
background-color: #E9807A;
}
</style>
border-color css
<style>
span { border-color: #E9807A; }
span { border-color: rgb(233,128,122); }
td.TdClassName
{
border-color: #E9807A;
}
.TagClassName
{
border-color: #E9807A;
}
</style>