Shades of Geraldine #EC8374
Tints of Geraldine #EC8374
RGB
CMYK
RGB Variations
Color information
#EC8374 (or 0xEC8374) is known color: Geraldine. HEX triplet: EC, 83 and 74. RGB value is (236,131,116). Sum of RGB (Red+Green+Blue) = 236+131+116=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8374 is #137C8B. Grayscale: #A0A0A0. Windows color (decimal): -1277068 or 7635948. OLE color: 7635948.
HSL color Cylindrical-coordinate representation of color #EC8374: hue angle of 7.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC8374 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 116 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.07 |
| HSL | 7.5º | 0.76% | 0.69% | - |
| HSV(B) | 7.5º | 0.51% | 0.93% | - |
| XYZ | 45.86 | 35.33 | 20.92 | - |
| YUV | 160.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 116 | 0 | 0.44 | 0.51 | 0.07 | 7.5 | 0.76 | 0.69 |
| Hex | EC | 83 | 74 | 0 | 2C | 33 | 7 | 8 | 4C | 45 |
| Octal | 354 | 203 | 164 | 0 | 54 | 63 | 7 | 10 | 114 | 105 |
| Binary | 11101100 | 10000011 | 1110100 | 0 | 101100 | 110011 | 111 | 1000 | 1001100 | 1000101 |
Color Harmonies of #EC8374
Complementary color
Monochromatic Colors of #EC8374
Black with #EC8374
Text Example
Text Example
White with #EC8374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8374; }
p { color: rgb(236,131,116); }
H1.HeaderClassName
{
color: #EC8374;
}
.AnyTagClassName
{
color: #EC8374;
}
</style>
background-color css
<style>
a { background-color: #EC8374; }
a { background-color: rgb(236,131,116); }
div.DivClassName
{
background-color: #EC8374;
}
.BgClassName
{
background-color: #EC8374;
}
</style>
border-color css
<style>
span { border-color: #EC8374; }
span { border-color: rgb(236,131,116); }
td.TdClassName
{
border-color: #EC8374;
}
.TagClassName
{
border-color: #EC8374;
}
</style>