Shades of Geraldine #EC7667
Tints of Geraldine #EC7667
RGB
CMYK
RGB Variations
Color information
#EC7667 (or 0xEC7667) is known color: Geraldine. HEX triplet: EC, 76 and 67. RGB value is (236,118,103). Sum of RGB (Red+Green+Blue) = 236+118+103=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7667 is #138998. Grayscale: #979797. Windows color (decimal): -1280409 or 6780652. OLE color: 6780652.
HSL color Cylindrical-coordinate representation of color #EC7667: hue angle of 6.77º 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 #EC7667 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 103 | - |
| CMYK | 0 | 0.5 | 0.56 | 0.07 |
| HSL | 6.77º | 0.78% | 0.66% | - |
| HSV(B) | 6.77º | 0.56% | 0.93% | - |
| XYZ | 43.52 | 31.77 | 16.67 | - |
| YUV | 151.57 | 100.59 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 103 | 0 | 0.5 | 0.56 | 0.07 | 6.77 | 0.78 | 0.66 |
| Hex | EC | 76 | 67 | 0 | 32 | 38 | 7 | 7 | 4E | 42 |
| Octal | 354 | 166 | 147 | 0 | 62 | 70 | 7 | 7 | 116 | 102 |
| Binary | 11101100 | 1110110 | 1100111 | 0 | 110010 | 111000 | 111 | 111 | 1001110 | 1000010 |
Color Harmonies of #EC7667
Complementary color
Monochromatic Colors of #EC7667
Black with #EC7667
Text Example
Text Example
White with #EC7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7667; }
p { color: rgb(236,118,103); }
H1.HeaderClassName
{
color: #EC7667;
}
.AnyTagClassName
{
color: #EC7667;
}
</style>
background-color css
<style>
a { background-color: #EC7667; }
a { background-color: rgb(236,118,103); }
div.DivClassName
{
background-color: #EC7667;
}
.BgClassName
{
background-color: #EC7667;
}
</style>
border-color css
<style>
span { border-color: #EC7667; }
span { border-color: rgb(236,118,103); }
td.TdClassName
{
border-color: #EC7667;
}
.TagClassName
{
border-color: #EC7667;
}
</style>