Shades of Geraldine #EB706C
Tints of Geraldine #EB706C
RGB
CMYK
RGB Variations
Color information
#EB706C (or 0xEB706C) is known color: Geraldine. HEX triplet: EB, 70 and 6C. RGB value is (235,112,108). Sum of RGB (Red+Green+Blue) = 235+112+108=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB706C is #148F93. Grayscale: #949494. Windows color (decimal): -1347476 or 7106795. OLE color: 7106795.
HSL color Cylindrical-coordinate representation of color #EB706C: hue angle of 1.89º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB706C is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 108 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.08 |
| HSL | 1.89º | 0.76% | 0.67% | - |
| HSV(B) | 1.89º | 0.54% | 0.92% | - |
| XYZ | 42.76 | 30.33 | 17.79 | - |
| YUV | 148.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 108 | 0 | 0.52 | 0.54 | 0.08 | 1.89 | 0.76 | 0.67 |
| Hex | EB | 70 | 6C | 0 | 34 | 36 | 8 | 2 | 4C | 43 |
| Octal | 353 | 160 | 154 | 0 | 64 | 66 | 10 | 2 | 114 | 103 |
| Binary | 11101011 | 1110000 | 1101100 | 0 | 110100 | 110110 | 1000 | 10 | 1001100 | 1000011 |
Color Harmonies of #EB706C
Complementary color
Monochromatic Colors of #EB706C
Black with #EB706C
Text Example
Text Example
White with #EB706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB706C; }
p { color: rgb(235,112,108); }
H1.HeaderClassName
{
color: #EB706C;
}
.AnyTagClassName
{
color: #EB706C;
}
</style>
background-color css
<style>
a { background-color: #EB706C; }
a { background-color: rgb(235,112,108); }
div.DivClassName
{
background-color: #EB706C;
}
.BgClassName
{
background-color: #EB706C;
}
</style>
border-color css
<style>
span { border-color: #EB706C; }
span { border-color: rgb(235,112,108); }
td.TdClassName
{
border-color: #EB706C;
}
.TagClassName
{
border-color: #EB706C;
}
</style>