Shades of Geraldine #E98372
Tints of Geraldine #E98372
RGB
CMYK
RGB Variations
Color information
#E98372 (or 0xE98372) is known color: Geraldine. HEX triplet: E9, 83 and 72. RGB value is (233,131,114). Sum of RGB (Red+Green+Blue) = 233+131+114=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E98372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98372 is #167C8D. Grayscale: #9F9F9F. Windows color (decimal): -1473678 or 7504873. OLE color: 7504873.
HSL color Cylindrical-coordinate representation of color #E98372: hue angle of 8.57º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E98372 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 131 | 114 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.09 |
| HSL | 8.57º | 0.73% | 0.68% | - |
| HSV(B) | 8.57º | 0.51% | 0.91% | - |
| XYZ | 44.76 | 34.77 | 20.27 | - |
| YUV | 159.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 131 | 114 | 0 | 0.44 | 0.51 | 0.09 | 8.57 | 0.73 | 0.68 |
| Hex | E9 | 83 | 72 | 0 | 2C | 33 | 9 | 9 | 49 | 44 |
| Octal | 351 | 203 | 162 | 0 | 54 | 63 | 11 | 11 | 111 | 104 |
| Binary | 11101001 | 10000011 | 1110010 | 0 | 101100 | 110011 | 1001 | 1001 | 1001001 | 1000100 |
Color Harmonies of #E98372
Complementary color
Monochromatic Colors of #E98372
Black with #E98372
Text Example
Text Example
White with #E98372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98372; }
p { color: rgb(233,131,114); }
H1.HeaderClassName
{
color: #E98372;
}
.AnyTagClassName
{
color: #E98372;
}
</style>
background-color css
<style>
a { background-color: #E98372; }
a { background-color: rgb(233,131,114); }
div.DivClassName
{
background-color: #E98372;
}
.BgClassName
{
background-color: #E98372;
}
</style>
border-color css
<style>
span { border-color: #E98372; }
span { border-color: rgb(233,131,114); }
td.TdClassName
{
border-color: #E98372;
}
.TagClassName
{
border-color: #E98372;
}
</style>