Shades of Geraldine #EC826D
Tints of Geraldine #EC826D
RGB
CMYK
RGB Variations
Color information
#EC826D (or 0xEC826D) is known color: Geraldine. HEX triplet: EC, 82 and 6D. RGB value is (236,130,109). Sum of RGB (Red+Green+Blue) = 236+130+109=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC826D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC826D is #137D92. Grayscale: #9F9F9F. Windows color (decimal): -1277331 or 7176940. OLE color: 7176940.
HSL color Cylindrical-coordinate representation of color #EC826D: hue angle of 9.92º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC826D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 130 | 109 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.07 |
| HSL | 9.92º | 0.77% | 0.68% | - |
| HSV(B) | 9.92º | 0.54% | 0.93% | - |
| XYZ | 45.34 | 34.9 | 18.82 | - |
| YUV | 159.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 130 | 109 | 0 | 0.45 | 0.54 | 0.07 | 9.92 | 0.77 | 0.68 |
| Hex | EC | 82 | 6D | 0 | 2D | 36 | 7 | A | 4D | 44 |
| Octal | 354 | 202 | 155 | 0 | 55 | 66 | 7 | 12 | 115 | 104 |
| Binary | 11101100 | 10000010 | 1101101 | 0 | 101101 | 110110 | 111 | 1010 | 1001101 | 1000100 |
Color Harmonies of #EC826D
Complementary color
Monochromatic Colors of #EC826D
Black with #EC826D
Text Example
Text Example
White with #EC826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC826D; }
p { color: rgb(236,130,109); }
H1.HeaderClassName
{
color: #EC826D;
}
.AnyTagClassName
{
color: #EC826D;
}
</style>
background-color css
<style>
a { background-color: #EC826D; }
a { background-color: rgb(236,130,109); }
div.DivClassName
{
background-color: #EC826D;
}
.BgClassName
{
background-color: #EC826D;
}
</style>
border-color css
<style>
span { border-color: #EC826D; }
span { border-color: rgb(236,130,109); }
td.TdClassName
{
border-color: #EC826D;
}
.TagClassName
{
border-color: #EC826D;
}
</style>