Shades of Geraldine #EB706A
Tints of Geraldine #EB706A
RGB
CMYK
RGB Variations
Color information
#EB706A (or 0xEB706A) is known color: Geraldine. HEX triplet: EB, 70 and 6A. RGB value is (235,112,106). Sum of RGB (Red+Green+Blue) = 235+112+106=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB706A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB706A is #148F95. Grayscale: #949494. Windows color (decimal): -1347478 or 6975723. OLE color: 6975723.
HSL color Cylindrical-coordinate representation of color #EB706A: hue angle of 2.79º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB706A is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 112 | 106 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.08 |
| HSL | 2.79º | 0.76% | 0.67% | - |
| HSV(B) | 2.79º | 0.55% | 0.92% | - |
| XYZ | 42.66 | 30.29 | 17.23 | - |
| YUV | 148.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 112 | 106 | 0 | 0.52 | 0.55 | 0.08 | 2.79 | 0.76 | 0.67 |
| Hex | EB | 70 | 6A | 0 | 34 | 37 | 8 | 3 | 4C | 43 |
| Octal | 353 | 160 | 152 | 0 | 64 | 67 | 10 | 3 | 114 | 103 |
| Binary | 11101011 | 1110000 | 1101010 | 0 | 110100 | 110111 | 1000 | 11 | 1001100 | 1000011 |
Color Harmonies of #EB706A
Complementary color
Monochromatic Colors of #EB706A
Black with #EB706A
Text Example
Text Example
White with #EB706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB706A; }
p { color: rgb(235,112,106); }
H1.HeaderClassName
{
color: #EB706A;
}
.AnyTagClassName
{
color: #EB706A;
}
</style>
background-color css
<style>
a { background-color: #EB706A; }
a { background-color: rgb(235,112,106); }
div.DivClassName
{
background-color: #EB706A;
}
.BgClassName
{
background-color: #EB706A;
}
</style>
border-color css
<style>
span { border-color: #EB706A; }
span { border-color: rgb(235,112,106); }
td.TdClassName
{
border-color: #EB706A;
}
.TagClassName
{
border-color: #EB706A;
}
</style>