Shades of Geraldine #EC8371
Tints of Geraldine #EC8371
RGB
CMYK
RGB Variations
Color information
#EC8371 (or 0xEC8371) is known color: Geraldine. HEX triplet: EC, 83 and 71. RGB value is (236,131,113). Sum of RGB (Red+Green+Blue) = 236+131+113=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8371 is #137C8E. Grayscale: #A0A0A0. Windows color (decimal): -1277071 or 7439340. OLE color: 7439340.
HSL color Cylindrical-coordinate representation of color #EC8371: hue angle of 8.78º 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 #EC8371 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 113 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.07 |
| HSL | 8.78º | 0.76% | 0.68% | - |
| HSV(B) | 8.78º | 0.52% | 0.93% | - |
| XYZ | 45.69 | 35.26 | 20.02 | - |
| YUV | 160.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 113 | 0 | 0.44 | 0.52 | 0.07 | 8.78 | 0.76 | 0.68 |
| Hex | EC | 83 | 71 | 0 | 2C | 34 | 7 | 9 | 4C | 44 |
| Octal | 354 | 203 | 161 | 0 | 54 | 64 | 7 | 11 | 114 | 104 |
| Binary | 11101100 | 10000011 | 1110001 | 0 | 101100 | 110100 | 111 | 1001 | 1001100 | 1000100 |
Color Harmonies of #EC8371
Complementary color
Monochromatic Colors of #EC8371
Black with #EC8371
Text Example
Text Example
White with #EC8371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8371; }
p { color: rgb(236,131,113); }
H1.HeaderClassName
{
color: #EC8371;
}
.AnyTagClassName
{
color: #EC8371;
}
</style>
background-color css
<style>
a { background-color: #EC8371; }
a { background-color: rgb(236,131,113); }
div.DivClassName
{
background-color: #EC8371;
}
.BgClassName
{
background-color: #EC8371;
}
</style>
border-color css
<style>
span { border-color: #EC8371; }
span { border-color: rgb(236,131,113); }
td.TdClassName
{
border-color: #EC8371;
}
.TagClassName
{
border-color: #EC8371;
}
</style>