Shades of Geraldine #E8796F
Tints of Geraldine #E8796F
RGB
CMYK
RGB Variations
Color information
#E8796F (or 0xE8796F) is known color: Geraldine. HEX triplet: E8, 79 and 6F. RGB value is (232,121,111). Sum of RGB (Red+Green+Blue) = 232+121+111=464 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 232 - color contains mainly: red. Hex color #E8796F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8796F is #178690. Grayscale: #999999. Windows color (decimal): -1541777 or 7305704. OLE color: 7305704.
HSL color Cylindrical-coordinate representation of color #E8796F: hue angle of 4.96º degrees, saturation: 0.72, 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 #E8796F is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 121 | 111 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.09 |
| HSL | 4.96º | 0.72% | 0.67% | - |
| HSV(B) | 4.96º | 0.52% | 0.91% | - |
| XYZ | 42.99 | 31.98 | 18.95 | - |
| YUV | 153.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 121 | 111 | 0 | 0.48 | 0.52 | 0.09 | 4.96 | 0.72 | 0.67 |
| Hex | E8 | 79 | 6F | 0 | 30 | 34 | 9 | 5 | 48 | 43 |
| Octal | 350 | 171 | 157 | 0 | 60 | 64 | 11 | 5 | 110 | 103 |
| Binary | 11101000 | 1111001 | 1101111 | 0 | 110000 | 110100 | 1001 | 101 | 1001000 | 1000011 |
Color Harmonies of #E8796F
Complementary color
Monochromatic Colors of #E8796F
Black with #E8796F
Text Example
Text Example
White with #E8796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8796F; }
p { color: rgb(232,121,111); }
H1.HeaderClassName
{
color: #E8796F;
}
.AnyTagClassName
{
color: #E8796F;
}
</style>
background-color css
<style>
a { background-color: #E8796F; }
a { background-color: rgb(232,121,111); }
div.DivClassName
{
background-color: #E8796F;
}
.BgClassName
{
background-color: #E8796F;
}
</style>
border-color css
<style>
span { border-color: #E8796F; }
span { border-color: rgb(232,121,111); }
td.TdClassName
{
border-color: #E8796F;
}
.TagClassName
{
border-color: #E8796F;
}
</style>