Shades of Geraldine #E37B6C
Tints of Geraldine #E37B6C
RGB
CMYK
RGB Variations
Color information
#E37B6C (or 0xE37B6C) is known color: Geraldine. HEX triplet: E3, 7B and 6C. RGB value is (227,123,108). Sum of RGB (Red+Green+Blue) = 227+123+108=458 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.56% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 227 - color contains mainly: red. Hex color #E37B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E37B6C is #1C8493. Grayscale: #989898. Windows color (decimal): -1868948 or 7109603. OLE color: 7109603.
HSL color Cylindrical-coordinate representation of color #E37B6C: hue angle of 7.56º 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 #E37B6C is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 108 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.11 |
| HSL | 7.56º | 0.68% | 0.66% | - |
| HSV(B) | 7.56º | 0.52% | 0.89% | - |
| XYZ | 41.47 | 31.58 | 18.1 | - |
| YUV | 152.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 108 | 0 | 0.46 | 0.52 | 0.11 | 7.56 | 0.68 | 0.66 |
| Hex | E3 | 7B | 6C | 0 | 2E | 34 | B | 8 | 44 | 42 |
| Octal | 343 | 173 | 154 | 0 | 56 | 64 | 13 | 10 | 104 | 102 |
| Binary | 11100011 | 1111011 | 1101100 | 0 | 101110 | 110100 | 1011 | 1000 | 1000100 | 1000010 |
Color Harmonies of #E37B6C
Complementary color
Monochromatic Colors of #E37B6C
Black with #E37B6C
Text Example
Text Example
White with #E37B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37B6C; }
p { color: rgb(227,123,108); }
H1.HeaderClassName
{
color: #E37B6C;
}
.AnyTagClassName
{
color: #E37B6C;
}
</style>
background-color css
<style>
a { background-color: #E37B6C; }
a { background-color: rgb(227,123,108); }
div.DivClassName
{
background-color: #E37B6C;
}
.BgClassName
{
background-color: #E37B6C;
}
</style>
border-color css
<style>
span { border-color: #E37B6C; }
span { border-color: rgb(227,123,108); }
td.TdClassName
{
border-color: #E37B6C;
}
.TagClassName
{
border-color: #E37B6C;
}
</style>