Shades of Geraldine #EB766B
Tints of Geraldine #EB766B
RGB
CMYK
RGB Variations
Color information
#EB766B (or 0xEB766B) is known color: Geraldine. HEX triplet: EB, 76 and 6B. RGB value is (235,118,107). Sum of RGB (Red+Green+Blue) = 235+118+107=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB766B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB766B is #148994. Grayscale: #979797. Windows color (decimal): -1345941 or 7042795. OLE color: 7042795.
HSL color Cylindrical-coordinate representation of color #EB766B: hue angle of 5.16º 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 #EB766B is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 107 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.08 |
| HSL | 5.16º | 0.76% | 0.67% | - |
| HSV(B) | 5.16º | 0.54% | 0.92% | - |
| XYZ | 43.39 | 31.68 | 17.74 | - |
| YUV | 151.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 107 | 0 | 0.50 | 0.54 | 0.08 | 5.16 | 0.76 | 0.67 |
| Hex | EB | 76 | 6B | 0 | 32 | 36 | 8 | 5 | 4C | 43 |
| Octal | 353 | 166 | 153 | 0 | 62 | 66 | 10 | 5 | 114 | 103 |
| Binary | 11101011 | 1110110 | 1101011 | 0 | 110010 | 110110 | 1000 | 101 | 1001100 | 1000011 |
Color Harmonies of #EB766B
Complementary color
Monochromatic Colors of #EB766B
Black with #EB766B
Text Example
Text Example
White with #EB766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB766B; }
p { color: rgb(235,118,107); }
H1.HeaderClassName
{
color: #EB766B;
}
.AnyTagClassName
{
color: #EB766B;
}
</style>
background-color css
<style>
a { background-color: #EB766B; }
a { background-color: rgb(235,118,107); }
div.DivClassName
{
background-color: #EB766B;
}
.BgClassName
{
background-color: #EB766B;
}
</style>
border-color css
<style>
span { border-color: #EB766B; }
span { border-color: rgb(235,118,107); }
td.TdClassName
{
border-color: #EB766B;
}
.TagClassName
{
border-color: #EB766B;
}
</style>