Shades of Geraldine #E4706C
Tints of Geraldine #E4706C
RGB
CMYK
RGB Variations
Color information
#E4706C (or 0xE4706C) is known color: Geraldine. HEX triplet: E4, 70 and 6C. RGB value is (228,112,108). Sum of RGB (Red+Green+Blue) = 228+112+108=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E4706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4706C is #1B8F93. Grayscale: #929292. Windows color (decimal): -1806228 or 7106788. OLE color: 7106788.
HSL color Cylindrical-coordinate representation of color #E4706C: hue angle of 2º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4706C is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 108 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.11 |
| HSL | 2º | 0.69% | 0.66% | - |
| HSV(B) | 2º | 0.53% | 0.89% | - |
| XYZ | 40.5 | 29.17 | 17.68 | - |
| YUV | 146.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 108 | 0 | 0.51 | 0.53 | 0.11 | 2 | 0.69 | 0.66 |
| Hex | E4 | 70 | 6C | 0 | 33 | 35 | B | 2 | 45 | 42 |
| Octal | 344 | 160 | 154 | 0 | 63 | 65 | 13 | 2 | 105 | 102 |
| Binary | 11100100 | 1110000 | 1101100 | 0 | 110011 | 110101 | 1011 | 10 | 1000101 | 1000010 |
Color Harmonies of #E4706C
Complementary color
Monochromatic Colors of #E4706C
Black with #E4706C
Text Example
Text Example
White with #E4706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4706C; }
p { color: rgb(228,112,108); }
H1.HeaderClassName
{
color: #E4706C;
}
.AnyTagClassName
{
color: #E4706C;
}
</style>
background-color css
<style>
a { background-color: #E4706C; }
a { background-color: rgb(228,112,108); }
div.DivClassName
{
background-color: #E4706C;
}
.BgClassName
{
background-color: #E4706C;
}
</style>
border-color css
<style>
span { border-color: #E4706C; }
span { border-color: rgb(228,112,108); }
td.TdClassName
{
border-color: #E4706C;
}
.TagClassName
{
border-color: #E4706C;
}
</style>