Shades of Geraldine #EB706D
Tints of Geraldine #EB706D
RGB
CMYK
RGB Variations
Color information
#EB706D (or 0xEB706D) is known color: Geraldine. HEX triplet: EB, 70 and 6D. RGB value is (235,112,109). Sum of RGB (Red+Green+Blue) = 235+112+109=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB706D is #148F92. Grayscale: #949494. Windows color (decimal): -1347475 or 7172331. OLE color: 7172331.
HSL color Cylindrical-coordinate representation of color #EB706D: hue angle of 1.43º 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 #EB706D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 109 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.08 |
| HSL | 1.43º | 0.76% | 0.67% | - |
| HSV(B) | 1.43º | 0.54% | 0.92% | - |
| XYZ | 42.82 | 30.35 | 18.07 | - |
| YUV | 148.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 109 | 0 | 0.52 | 0.54 | 0.08 | 1.43 | 0.76 | 0.67 |
| Hex | EB | 70 | 6D | 0 | 34 | 36 | 8 | 1 | 4C | 43 |
| Octal | 353 | 160 | 155 | 0 | 64 | 66 | 10 | 1 | 114 | 103 |
| Binary | 11101011 | 1110000 | 1101101 | 0 | 110100 | 110110 | 1000 | 1 | 1001100 | 1000011 |
Color Harmonies of #EB706D
Complementary color
Monochromatic Colors of #EB706D
Black with #EB706D
Text Example
Text Example
White with #EB706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB706D; }
p { color: rgb(235,112,109); }
H1.HeaderClassName
{
color: #EB706D;
}
.AnyTagClassName
{
color: #EB706D;
}
</style>
background-color css
<style>
a { background-color: #EB706D; }
a { background-color: rgb(235,112,109); }
div.DivClassName
{
background-color: #EB706D;
}
.BgClassName
{
background-color: #EB706D;
}
</style>
border-color css
<style>
span { border-color: #EB706D; }
span { border-color: rgb(235,112,109); }
td.TdClassName
{
border-color: #EB706D;
}
.TagClassName
{
border-color: #EB706D;
}
</style>