Shades of Geraldine #E9816F
Tints of Geraldine #E9816F
RGB
CMYK
RGB Variations
Color information
#E9816F (or 0xE9816F) is known color: Geraldine. HEX triplet: E9, 81 and 6F. RGB value is (233,129,111). Sum of RGB (Red+Green+Blue) = 233+129+111=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9816F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9816F is #167E90. Grayscale: #9E9E9E. Windows color (decimal): -1474193 or 7307753. OLE color: 7307753.
HSL color Cylindrical-coordinate representation of color #E9816F: hue angle of 8.85º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E9816F is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 129 | 111 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.09 |
| HSL | 8.85º | 0.73% | 0.67% | - |
| HSV(B) | 8.85º | 0.52% | 0.91% | - |
| XYZ | 44.32 | 34.17 | 19.3 | - |
| YUV | 158.04 | 101.46 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 129 | 111 | 0 | 0.45 | 0.52 | 0.09 | 8.85 | 0.73 | 0.67 |
| Hex | E9 | 81 | 6F | 0 | 2D | 34 | 9 | 9 | 49 | 43 |
| Octal | 351 | 201 | 157 | 0 | 55 | 64 | 11 | 11 | 111 | 103 |
| Binary | 11101001 | 10000001 | 1101111 | 0 | 101101 | 110100 | 1001 | 1001 | 1001001 | 1000011 |
Color Harmonies of #E9816F
Complementary color
Monochromatic Colors of #E9816F
Black with #E9816F
Text Example
Text Example
White with #E9816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9816F; }
p { color: rgb(233,129,111); }
H1.HeaderClassName
{
color: #E9816F;
}
.AnyTagClassName
{
color: #E9816F;
}
</style>
background-color css
<style>
a { background-color: #E9816F; }
a { background-color: rgb(233,129,111); }
div.DivClassName
{
background-color: #E9816F;
}
.BgClassName
{
background-color: #E9816F;
}
</style>
border-color css
<style>
span { border-color: #E9816F; }
span { border-color: rgb(233,129,111); }
td.TdClassName
{
border-color: #E9816F;
}
.TagClassName
{
border-color: #E9816F;
}
</style>