Shades of Geraldine #E8766A
Tints of Geraldine #E8766A
RGB
CMYK
RGB Variations
Color information
#E8766A (or 0xE8766A) is known color: Geraldine. HEX triplet: E8, 76 and 6A. RGB value is (232,118,106). Sum of RGB (Red+Green+Blue) = 232+118+106=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8766A is #178995. Grayscale: #969696. Windows color (decimal): -1542550 or 6977256. OLE color: 6977256.
HSL color Cylindrical-coordinate representation of color #E8766A: hue angle of 5.71º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E8766A is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 118 | 106 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.09 |
| HSL | 5.71º | 0.73% | 0.66% | - |
| HSV(B) | 5.71º | 0.54% | 0.91% | - |
| XYZ | 42.36 | 31.15 | 17.42 | - |
| YUV | 150.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 106 | 0 | 0.49 | 0.54 | 0.09 | 5.71 | 0.73 | 0.66 |
| Hex | E8 | 76 | 6A | 0 | 31 | 36 | 9 | 6 | 49 | 42 |
| Octal | 350 | 166 | 152 | 0 | 61 | 66 | 11 | 6 | 111 | 102 |
| Binary | 11101000 | 1110110 | 1101010 | 0 | 110001 | 110110 | 1001 | 110 | 1001001 | 1000010 |
Color Harmonies of #E8766A
Complementary color
Monochromatic Colors of #E8766A
Black with #E8766A
Text Example
Text Example
White with #E8766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8766A; }
p { color: rgb(232,118,106); }
H1.HeaderClassName
{
color: #E8766A;
}
.AnyTagClassName
{
color: #E8766A;
}
</style>
background-color css
<style>
a { background-color: #E8766A; }
a { background-color: rgb(232,118,106); }
div.DivClassName
{
background-color: #E8766A;
}
.BgClassName
{
background-color: #E8766A;
}
</style>
border-color css
<style>
span { border-color: #E8766A; }
span { border-color: rgb(232,118,106); }
td.TdClassName
{
border-color: #E8766A;
}
.TagClassName
{
border-color: #E8766A;
}
</style>