Shades of Geraldine #EC8471
Tints of Geraldine #EC8471
RGB
CMYK
RGB Variations
Color information
#EC8471 (or 0xEC8471) is known color: Geraldine. HEX triplet: EC, 84 and 71. RGB value is (236,132,113). Sum of RGB (Red+Green+Blue) = 236+132+113=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8471 is #137B8E. Grayscale: #A1A1A1. Windows color (decimal): -1276815 or 7439596. OLE color: 7439596.
HSL color Cylindrical-coordinate representation of color #EC8471: hue angle of 9.27º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC8471 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 113 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.07 |
| HSL | 9.27º | 0.76% | 0.68% | - |
| HSV(B) | 9.27º | 0.52% | 0.93% | - |
| XYZ | 45.82 | 35.53 | 20.07 | - |
| YUV | 160.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 113 | 0 | 0.44 | 0.52 | 0.07 | 9.27 | 0.76 | 0.68 |
| Hex | EC | 84 | 71 | 0 | 2C | 34 | 7 | 9 | 4C | 44 |
| Octal | 354 | 204 | 161 | 0 | 54 | 64 | 7 | 11 | 114 | 104 |
| Binary | 11101100 | 10000100 | 1110001 | 0 | 101100 | 110100 | 111 | 1001 | 1001100 | 1000100 |
Color Harmonies of #EC8471
Complementary color
Monochromatic Colors of #EC8471
Black with #EC8471
Text Example
Text Example
White with #EC8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8471; }
p { color: rgb(236,132,113); }
H1.HeaderClassName
{
color: #EC8471;
}
.AnyTagClassName
{
color: #EC8471;
}
</style>
background-color css
<style>
a { background-color: #EC8471; }
a { background-color: rgb(236,132,113); }
div.DivClassName
{
background-color: #EC8471;
}
.BgClassName
{
background-color: #EC8471;
}
</style>
border-color css
<style>
span { border-color: #EC8471; }
span { border-color: rgb(236,132,113); }
td.TdClassName
{
border-color: #EC8471;
}
.TagClassName
{
border-color: #EC8471;
}
</style>