Shades of Geraldine #EB766C
Tints of Geraldine #EB766C
RGB
CMYK
RGB Variations
Color information
#EB766C (or 0xEB766C) is known color: Geraldine. HEX triplet: EB, 76 and 6C. RGB value is (235,118,108). Sum of RGB (Red+Green+Blue) = 235+118+108=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB766C is #148993. Grayscale: #989898. Windows color (decimal): -1345940 or 7108331. OLE color: 7108331.
HSL color Cylindrical-coordinate representation of color #EB766C: hue angle of 4.72º 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 #EB766C is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 108 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.08 |
| HSL | 4.72º | 0.76% | 0.67% | - |
| HSV(B) | 4.72º | 0.54% | 0.92% | - |
| XYZ | 43.45 | 31.7 | 18.02 | - |
| YUV | 151.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 108 | 0 | 0.50 | 0.54 | 0.08 | 4.72 | 0.76 | 0.67 |
| Hex | EB | 76 | 6C | 0 | 32 | 36 | 8 | 5 | 4C | 43 |
| Octal | 353 | 166 | 154 | 0 | 62 | 66 | 10 | 5 | 114 | 103 |
| Binary | 11101011 | 1110110 | 1101100 | 0 | 110010 | 110110 | 1000 | 101 | 1001100 | 1000011 |
Color Harmonies of #EB766C
Complementary color
Monochromatic Colors of #EB766C
Black with #EB766C
Text Example
Text Example
White with #EB766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB766C; }
p { color: rgb(235,118,108); }
H1.HeaderClassName
{
color: #EB766C;
}
.AnyTagClassName
{
color: #EB766C;
}
</style>
background-color css
<style>
a { background-color: #EB766C; }
a { background-color: rgb(235,118,108); }
div.DivClassName
{
background-color: #EB766C;
}
.BgClassName
{
background-color: #EB766C;
}
</style>
border-color css
<style>
span { border-color: #EB766C; }
span { border-color: rgb(235,118,108); }
td.TdClassName
{
border-color: #EB766C;
}
.TagClassName
{
border-color: #EB766C;
}
</style>