Shades of Geraldine #EF746C
Tints of Geraldine #EF746C
RGB
CMYK
RGB Variations
Color information
#EF746C (or 0xEF746C) is known color: Geraldine. HEX triplet: EF, 74 and 6C. RGB value is (239,116,108). Sum of RGB (Red+Green+Blue) = 239+116+108=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF746C is #108B93. Grayscale: #989898. Windows color (decimal): -1084308 or 7107823. OLE color: 7107823.
HSL color Cylindrical-coordinate representation of color #EF746C: hue angle of 3.66º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EF746C is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 116 | 108 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.06 |
| HSL | 3.66º | 0.8% | 0.68% | - |
| HSV(B) | 3.66º | 0.55% | 0.94% | - |
| XYZ | 44.55 | 31.92 | 18 | - |
| YUV | 151.87 | 103.25 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 116 | 108 | 0 | 0.51 | 0.55 | 0.06 | 3.66 | 0.8 | 0.68 |
| Hex | EF | 74 | 6C | 0 | 33 | 37 | 6 | 4 | 50 | 44 |
| Octal | 357 | 164 | 154 | 0 | 63 | 67 | 6 | 4 | 120 | 104 |
| Binary | 11101111 | 1110100 | 1101100 | 0 | 110011 | 110111 | 110 | 100 | 1010000 | 1000100 |
Color Harmonies of #EF746C
Complementary color
Monochromatic Colors of #EF746C
Black with #EF746C
Text Example
Text Example
White with #EF746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF746C; }
p { color: rgb(239,116,108); }
H1.HeaderClassName
{
color: #EF746C;
}
.AnyTagClassName
{
color: #EF746C;
}
</style>
background-color css
<style>
a { background-color: #EF746C; }
a { background-color: rgb(239,116,108); }
div.DivClassName
{
background-color: #EF746C;
}
.BgClassName
{
background-color: #EF746C;
}
</style>
border-color css
<style>
span { border-color: #EF746C; }
span { border-color: rgb(239,116,108); }
td.TdClassName
{
border-color: #EF746C;
}
.TagClassName
{
border-color: #EF746C;
}
</style>