Shades of Geraldine #E4706B
Tints of Geraldine #E4706B
RGB
CMYK
RGB Variations
Color information
#E4706B (or 0xE4706B) is known color: Geraldine. HEX triplet: E4, 70 and 6B. RGB value is (228,112,107). Sum of RGB (Red+Green+Blue) = 228+112+107=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E4706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4706B is #1B8F94. Grayscale: #929292. Windows color (decimal): -1806229 or 7041252. OLE color: 7041252.
HSL color Cylindrical-coordinate representation of color #E4706B: hue angle of 2.48º 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 #E4706B is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 107 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.11 |
| HSL | 2.48º | 0.69% | 0.66% | - |
| HSV(B) | 2.48º | 0.53% | 0.89% | - |
| XYZ | 40.44 | 29.14 | 17.4 | - |
| YUV | 146.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 107 | 0 | 0.51 | 0.53 | 0.11 | 2.48 | 0.69 | 0.66 |
| Hex | E4 | 70 | 6B | 0 | 33 | 35 | B | 2 | 45 | 42 |
| Octal | 344 | 160 | 153 | 0 | 63 | 65 | 13 | 2 | 105 | 102 |
| Binary | 11100100 | 1110000 | 1101011 | 0 | 110011 | 110101 | 1011 | 10 | 1000101 | 1000010 |
Color Harmonies of #E4706B
Complementary color
Monochromatic Colors of #E4706B
Black with #E4706B
Text Example
Text Example
White with #E4706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4706B; }
p { color: rgb(228,112,107); }
H1.HeaderClassName
{
color: #E4706B;
}
.AnyTagClassName
{
color: #E4706B;
}
</style>
background-color css
<style>
a { background-color: #E4706B; }
a { background-color: rgb(228,112,107); }
div.DivClassName
{
background-color: #E4706B;
}
.BgClassName
{
background-color: #E4706B;
}
</style>
border-color css
<style>
span { border-color: #E4706B; }
span { border-color: rgb(228,112,107); }
td.TdClassName
{
border-color: #E4706B;
}
.TagClassName
{
border-color: #E4706B;
}
</style>