Shades of Geraldine #EB766A
Tints of Geraldine #EB766A
RGB
CMYK
RGB Variations
Color information
#EB766A (or 0xEB766A) is known color: Geraldine. HEX triplet: EB, 76 and 6A. RGB value is (235,118,106). Sum of RGB (Red+Green+Blue) = 235+118+106=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 106 (41.80% from 255 or 23.09% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB766A is #148995. Grayscale: #979797. Windows color (decimal): -1345942 or 6977259. OLE color: 6977259.
HSL color Cylindrical-coordinate representation of color #EB766A: hue angle of 5.58º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB766A is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 118 | 106 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.08 |
| HSL | 5.58º | 0.76% | 0.67% | - |
| HSV(B) | 5.58º | 0.55% | 0.92% | - |
| XYZ | 43.34 | 31.66 | 17.46 | - |
| YUV | 151.62 | 102.26 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 118 | 106 | 0 | 0.50 | 0.55 | 0.08 | 5.58 | 0.76 | 0.67 |
| Hex | EB | 76 | 6A | 0 | 32 | 37 | 8 | 6 | 4C | 43 |
| Octal | 353 | 166 | 152 | 0 | 62 | 67 | 10 | 6 | 114 | 103 |
| Binary | 11101011 | 1110110 | 1101010 | 0 | 110010 | 110111 | 1000 | 110 | 1001100 | 1000011 |
Color Harmonies of #EB766A
Complementary color
Monochromatic Colors of #EB766A
Black with #EB766A
Text Example
Text Example
White with #EB766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB766A; }
p { color: rgb(235,118,106); }
H1.HeaderClassName
{
color: #EB766A;
}
.AnyTagClassName
{
color: #EB766A;
}
</style>
background-color css
<style>
a { background-color: #EB766A; }
a { background-color: rgb(235,118,106); }
div.DivClassName
{
background-color: #EB766A;
}
.BgClassName
{
background-color: #EB766A;
}
</style>
border-color css
<style>
span { border-color: #EB766A; }
span { border-color: rgb(235,118,106); }
td.TdClassName
{
border-color: #EB766A;
}
.TagClassName
{
border-color: #EB766A;
}
</style>