Shades of Geraldine #EC7F67
Tints of Geraldine #EC7F67
RGB
CMYK
RGB Variations
Color information
#EC7F67 (or 0xEC7F67) is known color: Geraldine. HEX triplet: EC, 7F and 67. RGB value is (236,127,103). Sum of RGB (Red+Green+Blue) = 236+127+103=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F67 is #138098. Grayscale: #9D9D9D. Windows color (decimal): -1278105 or 6782956. OLE color: 6782956.
HSL color Cylindrical-coordinate representation of color #EC7F67: hue angle of 10.83º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC7F67 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 103 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.07 |
| HSL | 10.83º | 0.78% | 0.66% | - |
| HSV(B) | 10.83º | 0.56% | 0.93% | - |
| XYZ | 44.63 | 33.99 | 17.04 | - |
| YUV | 156.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 103 | 0 | 0.46 | 0.56 | 0.07 | 10.83 | 0.78 | 0.66 |
| Hex | EC | 7F | 67 | 0 | 2E | 38 | 7 | B | 4E | 42 |
| Octal | 354 | 177 | 147 | 0 | 56 | 70 | 7 | 13 | 116 | 102 |
| Binary | 11101100 | 1111111 | 1100111 | 0 | 101110 | 111000 | 111 | 1011 | 1001110 | 1000010 |
Color Harmonies of #EC7F67
Complementary color
Monochromatic Colors of #EC7F67
Black with #EC7F67
Text Example
Text Example
White with #EC7F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F67; }
p { color: rgb(236,127,103); }
H1.HeaderClassName
{
color: #EC7F67;
}
.AnyTagClassName
{
color: #EC7F67;
}
</style>
background-color css
<style>
a { background-color: #EC7F67; }
a { background-color: rgb(236,127,103); }
div.DivClassName
{
background-color: #EC7F67;
}
.BgClassName
{
background-color: #EC7F67;
}
</style>
border-color css
<style>
span { border-color: #EC7F67; }
span { border-color: rgb(236,127,103); }
td.TdClassName
{
border-color: #EC7F67;
}
.TagClassName
{
border-color: #EC7F67;
}
</style>