Shades of Geraldine #EC7A6B
Tints of Geraldine #EC7A6B
RGB
CMYK
RGB Variations
Color information
#EC7A6B (or 0xEC7A6B) is known color: Geraldine. HEX triplet: EC, 7A and 6B. RGB value is (236,122,107). Sum of RGB (Red+Green+Blue) = 236+122+107=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7A6B is #138594. Grayscale: #9A9A9A. Windows color (decimal): -1279381 or 7043820. OLE color: 7043820.
HSL color Cylindrical-coordinate representation of color #EC7A6B: hue angle of 6.98º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC7A6B is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 107 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.07 |
| HSL | 6.98º | 0.77% | 0.67% | - |
| HSV(B) | 6.98º | 0.55% | 0.93% | - |
| XYZ | 44.21 | 32.81 | 17.91 | - |
| YUV | 154.38 | 101.27 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 107 | 0 | 0.48 | 0.55 | 0.07 | 6.98 | 0.77 | 0.67 |
| Hex | EC | 7A | 6B | 0 | 30 | 37 | 7 | 7 | 4D | 43 |
| Octal | 354 | 172 | 153 | 0 | 60 | 67 | 7 | 7 | 115 | 103 |
| Binary | 11101100 | 1111010 | 1101011 | 0 | 110000 | 110111 | 111 | 111 | 1001101 | 1000011 |
Color Harmonies of #EC7A6B
Complementary color
Monochromatic Colors of #EC7A6B
Black with #EC7A6B
Text Example
Text Example
White with #EC7A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A6B; }
p { color: rgb(236,122,107); }
H1.HeaderClassName
{
color: #EC7A6B;
}
.AnyTagClassName
{
color: #EC7A6B;
}
</style>
background-color css
<style>
a { background-color: #EC7A6B; }
a { background-color: rgb(236,122,107); }
div.DivClassName
{
background-color: #EC7A6B;
}
.BgClassName
{
background-color: #EC7A6B;
}
</style>
border-color css
<style>
span { border-color: #EC7A6B; }
span { border-color: rgb(236,122,107); }
td.TdClassName
{
border-color: #EC7A6B;
}
.TagClassName
{
border-color: #EC7A6B;
}
</style>