Shades of Geraldine #EB8373
Tints of Geraldine #EB8373
RGB
CMYK
RGB Variations
Color information
#EB8373 (or 0xEB8373) is known color: Geraldine. HEX triplet: EB, 83 and 73. RGB value is (235,131,115). Sum of RGB (Red+Green+Blue) = 235+131+115=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8373 is #147C8C. Grayscale: #A0A0A0. Windows color (decimal): -1342605 or 7570411. OLE color: 7570411.
HSL color Cylindrical-coordinate representation of color #EB8373: hue angle of 8º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB8373 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 131 | 115 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.08 |
| HSL | 8º | 0.75% | 0.69% | - |
| HSV(B) | 8º | 0.51% | 0.92% | - |
| XYZ | 45.47 | 35.13 | 20.6 | - |
| YUV | 160.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 131 | 115 | 0 | 0.44 | 0.51 | 0.08 | 8 | 0.75 | 0.69 |
| Hex | EB | 83 | 73 | 0 | 2C | 33 | 8 | 8 | 4B | 45 |
| Octal | 353 | 203 | 163 | 0 | 54 | 63 | 10 | 10 | 113 | 105 |
| Binary | 11101011 | 10000011 | 1110011 | 0 | 101100 | 110011 | 1000 | 1000 | 1001011 | 1000101 |
Color Harmonies of #EB8373
Complementary color
Monochromatic Colors of #EB8373
Black with #EB8373
Text Example
Text Example
White with #EB8373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8373; }
p { color: rgb(235,131,115); }
H1.HeaderClassName
{
color: #EB8373;
}
.AnyTagClassName
{
color: #EB8373;
}
</style>
background-color css
<style>
a { background-color: #EB8373; }
a { background-color: rgb(235,131,115); }
div.DivClassName
{
background-color: #EB8373;
}
.BgClassName
{
background-color: #EB8373;
}
</style>
border-color css
<style>
span { border-color: #EB8373; }
span { border-color: rgb(235,131,115); }
td.TdClassName
{
border-color: #EB8373;
}
.TagClassName
{
border-color: #EB8373;
}
</style>