Shades of Geraldine #E98678
Tints of Geraldine #E98678
RGB
CMYK
RGB Variations
Color information
#E98678 (or 0xE98678) is known color: Geraldine. HEX triplet: E9, 86 and 78. RGB value is (233,134,120). Sum of RGB (Red+Green+Blue) = 233+134+120=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E98678 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98678 is #167987. Grayscale: #A2A2A2. Windows color (decimal): -1472904 or 7898857. OLE color: 7898857.
HSL color Cylindrical-coordinate representation of color #E98678: hue angle of 7.43º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E98678 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 120 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.09 |
| HSL | 7.43º | 0.72% | 0.69% | - |
| HSV(B) | 7.43º | 0.48% | 0.91% | - |
| XYZ | 45.52 | 35.73 | 22.27 | - |
| YUV | 162.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 120 | 0 | 0.42 | 0.48 | 0.09 | 7.43 | 0.72 | 0.69 |
| Hex | E9 | 86 | 78 | 0 | 2A | 30 | 9 | 7 | 48 | 45 |
| Octal | 351 | 206 | 170 | 0 | 52 | 60 | 11 | 7 | 110 | 105 |
| Binary | 11101001 | 10000110 | 1111000 | 0 | 101010 | 110000 | 1001 | 111 | 1001000 | 1000101 |
Color Harmonies of #E98678
Complementary color
Monochromatic Colors of #E98678
Black with #E98678
Text Example
Text Example
White with #E98678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98678; }
p { color: rgb(233,134,120); }
H1.HeaderClassName
{
color: #E98678;
}
.AnyTagClassName
{
color: #E98678;
}
</style>
background-color css
<style>
a { background-color: #E98678; }
a { background-color: rgb(233,134,120); }
div.DivClassName
{
background-color: #E98678;
}
.BgClassName
{
background-color: #E98678;
}
</style>
border-color css
<style>
span { border-color: #E98678; }
span { border-color: rgb(233,134,120); }
td.TdClassName
{
border-color: #E98678;
}
.TagClassName
{
border-color: #E98678;
}
</style>