Shades of Geraldine #EC7E6A
Tints of Geraldine #EC7E6A
RGB
CMYK
RGB Variations
Color information
#EC7E6A (or 0xEC7E6A) is known color: Geraldine. HEX triplet: EC, 7E and 6A. RGB value is (236,126,106). Sum of RGB (Red+Green+Blue) = 236+126+106=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7E6A is #138195. Grayscale: #9C9C9C. Windows color (decimal): -1278358 or 6979308. OLE color: 6979308.
HSL color Cylindrical-coordinate representation of color #EC7E6A: hue angle of 9.23º 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 #EC7E6A is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 106 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.07 |
| HSL | 9.23º | 0.77% | 0.67% | - |
| HSV(B) | 9.23º | 0.55% | 0.93% | - |
| XYZ | 44.65 | 33.8 | 17.81 | - |
| YUV | 156.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 106 | 0 | 0.47 | 0.55 | 0.07 | 9.23 | 0.77 | 0.67 |
| Hex | EC | 7E | 6A | 0 | 2F | 37 | 7 | 9 | 4D | 43 |
| Octal | 354 | 176 | 152 | 0 | 57 | 67 | 7 | 11 | 115 | 103 |
| Binary | 11101100 | 1111110 | 1101010 | 0 | 101111 | 110111 | 111 | 1001 | 1001101 | 1000011 |
Color Harmonies of #EC7E6A
Complementary color
Monochromatic Colors of #EC7E6A
Black with #EC7E6A
Text Example
Text Example
White with #EC7E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E6A; }
p { color: rgb(236,126,106); }
H1.HeaderClassName
{
color: #EC7E6A;
}
.AnyTagClassName
{
color: #EC7E6A;
}
</style>
background-color css
<style>
a { background-color: #EC7E6A; }
a { background-color: rgb(236,126,106); }
div.DivClassName
{
background-color: #EC7E6A;
}
.BgClassName
{
background-color: #EC7E6A;
}
</style>
border-color css
<style>
span { border-color: #EC7E6A; }
span { border-color: rgb(236,126,106); }
td.TdClassName
{
border-color: #EC7E6A;
}
.TagClassName
{
border-color: #EC7E6A;
}
</style>