Shades of Geraldine #E9706F
Tints of Geraldine #E9706F
RGB
CMYK
RGB Variations
Color information
#E9706F (or 0xE9706F) is known color: Geraldine. HEX triplet: E9, 70 and 6F. RGB value is (233,112,111). Sum of RGB (Red+Green+Blue) = 233+112+111=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9706F is #168F90. Grayscale: #949494. Windows color (decimal): -1478545 or 7303401. OLE color: 7303401.
HSL color Cylindrical-coordinate representation of color #E9706F: hue angle of 0.49º 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 #E9706F is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 111 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.09 |
| HSL | 0.49º | 0.73% | 0.67% | - |
| HSV(B) | 0.49º | 0.52% | 0.91% | - |
| XYZ | 42.27 | 30.06 | 18.61 | - |
| YUV | 148.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 111 | 0 | 0.52 | 0.52 | 0.09 | 0.49 | 0.73 | 0.67 |
| Hex | E9 | 70 | 6F | 0 | 34 | 34 | 9 | 0 | 49 | 43 |
| Octal | 351 | 160 | 157 | 0 | 64 | 64 | 11 | 0 | 111 | 103 |
| Binary | 11101001 | 1110000 | 1101111 | 0 | 110100 | 110100 | 1001 | 0 | 1001001 | 1000011 |
Color Harmonies of #E9706F
Complementary color
Monochromatic Colors of #E9706F
Black with #E9706F
Text Example
Text Example
White with #E9706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9706F; }
p { color: rgb(233,112,111); }
H1.HeaderClassName
{
color: #E9706F;
}
.AnyTagClassName
{
color: #E9706F;
}
</style>
background-color css
<style>
a { background-color: #E9706F; }
a { background-color: rgb(233,112,111); }
div.DivClassName
{
background-color: #E9706F;
}
.BgClassName
{
background-color: #E9706F;
}
</style>
border-color css
<style>
span { border-color: #E9706F; }
span { border-color: rgb(233,112,111); }
td.TdClassName
{
border-color: #E9706F;
}
.TagClassName
{
border-color: #E9706F;
}
</style>