Shades of Geraldine #EF736D
Tints of Geraldine #EF736D
RGB
CMYK
RGB Variations
Color information
#EF736D (or 0xEF736D) is known color: Geraldine. HEX triplet: EF, 73 and 6D. RGB value is (239,115,109). Sum of RGB (Red+Green+Blue) = 239+115+109=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EF736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF736D is #108C92. Grayscale: #979797. Windows color (decimal): -1084563 or 7173103. OLE color: 7173103.
HSL color Cylindrical-coordinate representation of color #EF736D: hue angle of 2.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EF736D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 109 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.06 |
| HSL | 2.77º | 0.8% | 0.68% | - |
| HSV(B) | 2.77º | 0.54% | 0.94% | - |
| XYZ | 44.49 | 31.72 | 18.25 | - |
| YUV | 151.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 109 | 0 | 0.52 | 0.54 | 0.06 | 2.77 | 0.8 | 0.68 |
| Hex | EF | 73 | 6D | 0 | 34 | 36 | 6 | 3 | 50 | 44 |
| Octal | 357 | 163 | 155 | 0 | 64 | 66 | 6 | 3 | 120 | 104 |
| Binary | 11101111 | 1110011 | 1101101 | 0 | 110100 | 110110 | 110 | 11 | 1010000 | 1000100 |
Color Harmonies of #EF736D
Complementary color
Monochromatic Colors of #EF736D
Black with #EF736D
Text Example
Text Example
White with #EF736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF736D; }
p { color: rgb(239,115,109); }
H1.HeaderClassName
{
color: #EF736D;
}
.AnyTagClassName
{
color: #EF736D;
}
</style>
background-color css
<style>
a { background-color: #EF736D; }
a { background-color: rgb(239,115,109); }
div.DivClassName
{
background-color: #EF736D;
}
.BgClassName
{
background-color: #EF736D;
}
</style>
border-color css
<style>
span { border-color: #EF736D; }
span { border-color: rgb(239,115,109); }
td.TdClassName
{
border-color: #EF736D;
}
.TagClassName
{
border-color: #EF736D;
}
</style>