Shades of Geraldine #EB766D
Tints of Geraldine #EB766D
RGB
CMYK
RGB Variations
Color information
#EB766D (or 0xEB766D) is known color: Geraldine. HEX triplet: EB, 76 and 6D. RGB value is (235,118,109). Sum of RGB (Red+Green+Blue) = 235+118+109=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB766D is #148992. Grayscale: #989898. Windows color (decimal): -1345939 or 7173867. OLE color: 7173867.
HSL color Cylindrical-coordinate representation of color #EB766D: hue angle of 4.29º 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 #EB766D is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 109 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.08 |
| HSL | 4.29º | 0.76% | 0.67% | - |
| HSV(B) | 4.29º | 0.54% | 0.92% | - |
| XYZ | 43.5 | 31.72 | 18.3 | - |
| YUV | 151.96 | 103.76 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 109 | 0 | 0.50 | 0.54 | 0.08 | 4.29 | 0.76 | 0.67 |
| Hex | EB | 76 | 6D | 0 | 32 | 36 | 8 | 4 | 4C | 43 |
| Octal | 353 | 166 | 155 | 0 | 62 | 66 | 10 | 4 | 114 | 103 |
| Binary | 11101011 | 1110110 | 1101101 | 0 | 110010 | 110110 | 1000 | 100 | 1001100 | 1000011 |
Color Harmonies of #EB766D
Complementary color
Monochromatic Colors of #EB766D
Black with #EB766D
Text Example
Text Example
White with #EB766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB766D; }
p { color: rgb(235,118,109); }
H1.HeaderClassName
{
color: #EB766D;
}
.AnyTagClassName
{
color: #EB766D;
}
</style>
background-color css
<style>
a { background-color: #EB766D; }
a { background-color: rgb(235,118,109); }
div.DivClassName
{
background-color: #EB766D;
}
.BgClassName
{
background-color: #EB766D;
}
</style>
border-color css
<style>
span { border-color: #EB766D; }
span { border-color: rgb(235,118,109); }
td.TdClassName
{
border-color: #EB766D;
}
.TagClassName
{
border-color: #EB766D;
}
</style>