Shades of Geraldine #EC8673
Tints of Geraldine #EC8673
RGB
CMYK
RGB Variations
Color information
#EC8673 (or 0xEC8673) is known color: Geraldine. HEX triplet: EC, 86 and 73. RGB value is (236,134,115). Sum of RGB (Red+Green+Blue) = 236+134+115=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8673 is #13798C. Grayscale: #A2A2A2. Windows color (decimal): -1276301 or 7571180. OLE color: 7571180.
HSL color Cylindrical-coordinate representation of color #EC8673: hue angle of 9.42º 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 #EC8673 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 115 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.07 |
| HSL | 9.42º | 0.76% | 0.69% | - |
| HSV(B) | 9.42º | 0.51% | 0.93% | - |
| XYZ | 46.21 | 36.12 | 20.76 | - |
| YUV | 162.33 | 101.29 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 115 | 0 | 0.43 | 0.51 | 0.07 | 9.42 | 0.76 | 0.69 |
| Hex | EC | 86 | 73 | 0 | 2B | 33 | 7 | 9 | 4C | 45 |
| Octal | 354 | 206 | 163 | 0 | 53 | 63 | 7 | 11 | 114 | 105 |
| Binary | 11101100 | 10000110 | 1110011 | 0 | 101011 | 110011 | 111 | 1001 | 1001100 | 1000101 |
Color Harmonies of #EC8673
Complementary color
Monochromatic Colors of #EC8673
Black with #EC8673
Text Example
Text Example
White with #EC8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8673; }
p { color: rgb(236,134,115); }
H1.HeaderClassName
{
color: #EC8673;
}
.AnyTagClassName
{
color: #EC8673;
}
</style>
background-color css
<style>
a { background-color: #EC8673; }
a { background-color: rgb(236,134,115); }
div.DivClassName
{
background-color: #EC8673;
}
.BgClassName
{
background-color: #EC8673;
}
</style>
border-color css
<style>
span { border-color: #EC8673; }
span { border-color: rgb(236,134,115); }
td.TdClassName
{
border-color: #EC8673;
}
.TagClassName
{
border-color: #EC8673;
}
</style>