Shades of Geraldine #E37C6E
Tints of Geraldine #E37C6E
RGB
CMYK
RGB Variations
Color information
#E37C6E (or 0xE37C6E) is known color: Geraldine. HEX triplet: E3, 7C and 6E. RGB value is (227,124,110). Sum of RGB (Red+Green+Blue) = 227+124+110=461 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.24% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 227 - color contains mainly: red. Hex color #E37C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37C6E is #1C8391. Grayscale: #999999. Windows color (decimal): -1868690 or 7240931. OLE color: 7240931.
HSL color Cylindrical-coordinate representation of color #E37C6E: hue angle of 7.18º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E37C6E is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 124 | 110 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.11 |
| HSL | 7.18º | 0.68% | 0.66% | - |
| HSV(B) | 7.18º | 0.52% | 0.89% | - |
| XYZ | 41.7 | 31.87 | 18.71 | - |
| YUV | 153.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 124 | 110 | 0 | 0.45 | 0.52 | 0.11 | 7.18 | 0.68 | 0.66 |
| Hex | E3 | 7C | 6E | 0 | 2D | 34 | B | 7 | 44 | 42 |
| Octal | 343 | 174 | 156 | 0 | 55 | 64 | 13 | 7 | 104 | 102 |
| Binary | 11100011 | 1111100 | 1101110 | 0 | 101101 | 110100 | 1011 | 111 | 1000100 | 1000010 |
Color Harmonies of #E37C6E
Complementary color
Monochromatic Colors of #E37C6E
Black with #E37C6E
Text Example
Text Example
White with #E37C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37C6E; }
p { color: rgb(227,124,110); }
H1.HeaderClassName
{
color: #E37C6E;
}
.AnyTagClassName
{
color: #E37C6E;
}
</style>
background-color css
<style>
a { background-color: #E37C6E; }
a { background-color: rgb(227,124,110); }
div.DivClassName
{
background-color: #E37C6E;
}
.BgClassName
{
background-color: #E37C6E;
}
</style>
border-color css
<style>
span { border-color: #E37C6E; }
span { border-color: rgb(227,124,110); }
td.TdClassName
{
border-color: #E37C6E;
}
.TagClassName
{
border-color: #E37C6E;
}
</style>