Shades of Geraldine #EC786A
Tints of Geraldine #EC786A
RGB
CMYK
RGB Variations
Color information
#EC786A (or 0xEC786A) is known color: Geraldine. HEX triplet: EC, 78 and 6A. RGB value is (236,120,106). Sum of RGB (Red+Green+Blue) = 236+120+106=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC786A is #138795. Grayscale: #999999. Windows color (decimal): -1279894 or 6977772. OLE color: 6977772.
HSL color Cylindrical-coordinate representation of color #EC786A: hue angle of 6.46º 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 #EC786A is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 106 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.07 |
| HSL | 6.46º | 0.77% | 0.67% | - |
| HSV(B) | 6.46º | 0.55% | 0.93% | - |
| XYZ | 43.91 | 32.31 | 17.56 | - |
| YUV | 153.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 106 | 0 | 0.49 | 0.55 | 0.07 | 6.46 | 0.77 | 0.67 |
| Hex | EC | 78 | 6A | 0 | 31 | 37 | 7 | 6 | 4D | 43 |
| Octal | 354 | 170 | 152 | 0 | 61 | 67 | 7 | 6 | 115 | 103 |
| Binary | 11101100 | 1111000 | 1101010 | 0 | 110001 | 110111 | 111 | 110 | 1001101 | 1000011 |
Color Harmonies of #EC786A
Complementary color
Monochromatic Colors of #EC786A
Black with #EC786A
Text Example
Text Example
White with #EC786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC786A; }
p { color: rgb(236,120,106); }
H1.HeaderClassName
{
color: #EC786A;
}
.AnyTagClassName
{
color: #EC786A;
}
</style>
background-color css
<style>
a { background-color: #EC786A; }
a { background-color: rgb(236,120,106); }
div.DivClassName
{
background-color: #EC786A;
}
.BgClassName
{
background-color: #EC786A;
}
</style>
border-color css
<style>
span { border-color: #EC786A; }
span { border-color: rgb(236,120,106); }
td.TdClassName
{
border-color: #EC786A;
}
.TagClassName
{
border-color: #EC786A;
}
</style>