Shades of Geraldine #EF7667
Tints of Geraldine #EF7667
RGB
CMYK
RGB Variations
Color information
#EF7667 (or 0xEF7667) is known color: Geraldine. HEX triplet: EF, 76 and 67. RGB value is (239,118,103). Sum of RGB (Red+Green+Blue) = 239+118+103=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7667 is #108998. Grayscale: #989898. Windows color (decimal): -1083801 or 6780655. OLE color: 6780655.
HSL color Cylindrical-coordinate representation of color #EF7667: hue angle of 6.62º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF7667 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 103 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.06 |
| HSL | 6.62º | 0.81% | 0.67% | - |
| HSV(B) | 6.62º | 0.57% | 0.94% | - |
| XYZ | 44.52 | 32.29 | 16.72 | - |
| YUV | 152.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 103 | 0 | 0.51 | 0.57 | 0.06 | 6.62 | 0.81 | 0.67 |
| Hex | EF | 76 | 67 | 0 | 33 | 39 | 6 | 7 | 51 | 43 |
| Octal | 357 | 166 | 147 | 0 | 63 | 71 | 6 | 7 | 121 | 103 |
| Binary | 11101111 | 1110110 | 1100111 | 0 | 110011 | 111001 | 110 | 111 | 1010001 | 1000011 |
Color Harmonies of #EF7667
Complementary color
Monochromatic Colors of #EF7667
Black with #EF7667
Text Example
Text Example
White with #EF7667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7667; }
p { color: rgb(239,118,103); }
H1.HeaderClassName
{
color: #EF7667;
}
.AnyTagClassName
{
color: #EF7667;
}
</style>
background-color css
<style>
a { background-color: #EF7667; }
a { background-color: rgb(239,118,103); }
div.DivClassName
{
background-color: #EF7667;
}
.BgClassName
{
background-color: #EF7667;
}
</style>
border-color css
<style>
span { border-color: #EF7667; }
span { border-color: rgb(239,118,103); }
td.TdClassName
{
border-color: #EF7667;
}
.TagClassName
{
border-color: #EF7667;
}
</style>