Shades of Geraldine #E97D68
Tints of Geraldine #E97D68
RGB
CMYK
RGB Variations
Color information
#E97D68 (or 0xE97D68) is known color: Geraldine. HEX triplet: E9, 7D and 68. RGB value is (233,125,104). Sum of RGB (Red+Green+Blue) = 233+125+104=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97D68 is #168297. Grayscale: #9B9B9B. Windows color (decimal): -1475224 or 6847977. OLE color: 6847977.
HSL color Cylindrical-coordinate representation of color #E97D68: hue angle of 9.77º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E97D68 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 104 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.09 |
| HSL | 9.77º | 0.75% | 0.66% | - |
| HSV(B) | 9.77º | 0.55% | 0.91% | - |
| XYZ | 43.44 | 32.99 | 17.18 | - |
| YUV | 154.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 104 | 0 | 0.46 | 0.55 | 0.09 | 9.77 | 0.75 | 0.66 |
| Hex | E9 | 7D | 68 | 0 | 2E | 37 | 9 | A | 4B | 42 |
| Octal | 351 | 175 | 150 | 0 | 56 | 67 | 11 | 12 | 113 | 102 |
| Binary | 11101001 | 1111101 | 1101000 | 0 | 101110 | 110111 | 1001 | 1010 | 1001011 | 1000010 |
Color Harmonies of #E97D68
Complementary color
Monochromatic Colors of #E97D68
Black with #E97D68
Text Example
Text Example
White with #E97D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97D68; }
p { color: rgb(233,125,104); }
H1.HeaderClassName
{
color: #E97D68;
}
.AnyTagClassName
{
color: #E97D68;
}
</style>
background-color css
<style>
a { background-color: #E97D68; }
a { background-color: rgb(233,125,104); }
div.DivClassName
{
background-color: #E97D68;
}
.BgClassName
{
background-color: #E97D68;
}
</style>
border-color css
<style>
span { border-color: #E97D68; }
span { border-color: rgb(233,125,104); }
td.TdClassName
{
border-color: #E97D68;
}
.TagClassName
{
border-color: #E97D68;
}
</style>