Shades of Geraldine #EE736D
Tints of Geraldine #EE736D
RGB
CMYK
RGB Variations
Color information
#EE736D (or 0xEE736D) is known color: Geraldine. HEX triplet: EE, 73 and 6D. RGB value is (238,115,109). Sum of RGB (Red+Green+Blue) = 238+115+109=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE736D is #118C92. Grayscale: #979797. Windows color (decimal): -1150099 or 7173102. OLE color: 7173102.
HSL color Cylindrical-coordinate representation of color #EE736D: hue angle of 2.79º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE736D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 109 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.07 |
| HSL | 2.79º | 0.79% | 0.68% | - |
| HSV(B) | 2.79º | 0.54% | 0.93% | - |
| XYZ | 44.15 | 31.54 | 18.23 | - |
| YUV | 151.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 109 | 0 | 0.52 | 0.54 | 0.07 | 2.79 | 0.79 | 0.68 |
| Hex | EE | 73 | 6D | 0 | 34 | 36 | 7 | 3 | 4F | 44 |
| Octal | 356 | 163 | 155 | 0 | 64 | 66 | 7 | 3 | 117 | 104 |
| Binary | 11101110 | 1110011 | 1101101 | 0 | 110100 | 110110 | 111 | 11 | 1001111 | 1000100 |
Color Harmonies of #EE736D
Complementary color
Monochromatic Colors of #EE736D
Black with #EE736D
Text Example
Text Example
White with #EE736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE736D; }
p { color: rgb(238,115,109); }
H1.HeaderClassName
{
color: #EE736D;
}
.AnyTagClassName
{
color: #EE736D;
}
</style>
background-color css
<style>
a { background-color: #EE736D; }
a { background-color: rgb(238,115,109); }
div.DivClassName
{
background-color: #EE736D;
}
.BgClassName
{
background-color: #EE736D;
}
</style>
border-color css
<style>
span { border-color: #EE736D; }
span { border-color: rgb(238,115,109); }
td.TdClassName
{
border-color: #EE736D;
}
.TagClassName
{
border-color: #EE736D;
}
</style>