Shades of Geraldine #EB786C
Tints of Geraldine #EB786C
RGB
CMYK
RGB Variations
Color information
#EB786C (or 0xEB786C) is known color: Geraldine. HEX triplet: EB, 78 and 6C. RGB value is (235,120,108). Sum of RGB (Red+Green+Blue) = 235+120+108=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EB786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB786C is #148793. Grayscale: #999999. Windows color (decimal): -1345428 or 7108843. OLE color: 7108843.
HSL color Cylindrical-coordinate representation of color #EB786C: hue angle of 5.67º 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 #EB786C is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 120 | 108 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.08 |
| HSL | 5.67º | 0.76% | 0.67% | - |
| HSV(B) | 5.67º | 0.54% | 0.92% | - |
| XYZ | 43.68 | 32.18 | 18.1 | - |
| YUV | 153.02 | 102.6 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 120 | 108 | 0 | 0.49 | 0.54 | 0.08 | 5.67 | 0.76 | 0.67 |
| Hex | EB | 78 | 6C | 0 | 31 | 36 | 8 | 6 | 4C | 43 |
| Octal | 353 | 170 | 154 | 0 | 61 | 66 | 10 | 6 | 114 | 103 |
| Binary | 11101011 | 1111000 | 1101100 | 0 | 110001 | 110110 | 1000 | 110 | 1001100 | 1000011 |
Color Harmonies of #EB786C
Complementary color
Monochromatic Colors of #EB786C
Black with #EB786C
Text Example
Text Example
White with #EB786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB786C; }
p { color: rgb(235,120,108); }
H1.HeaderClassName
{
color: #EB786C;
}
.AnyTagClassName
{
color: #EB786C;
}
</style>
background-color css
<style>
a { background-color: #EB786C; }
a { background-color: rgb(235,120,108); }
div.DivClassName
{
background-color: #EB786C;
}
.BgClassName
{
background-color: #EB786C;
}
</style>
border-color css
<style>
span { border-color: #EB786C; }
span { border-color: rgb(235,120,108); }
td.TdClassName
{
border-color: #EB786C;
}
.TagClassName
{
border-color: #EB786C;
}
</style>