Shades of Geraldine #E8746A
Tints of Geraldine #E8746A
RGB
CMYK
RGB Variations
Color information
#E8746A (or 0xE8746A) is known color: Geraldine. HEX triplet: E8, 74 and 6A. RGB value is (232,116,106). Sum of RGB (Red+Green+Blue) = 232+116+106=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8746A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8746A is #178B95. Grayscale: #959595. Windows color (decimal): -1543062 or 6976744. OLE color: 6976744.
HSL color Cylindrical-coordinate representation of color #E8746A: hue angle of 4.76º 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 #E8746A is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 106 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.09 |
| HSL | 4.76º | 0.73% | 0.66% | - |
| HSV(B) | 4.76º | 0.54% | 0.91% | - |
| XYZ | 42.13 | 30.69 | 17.34 | - |
| YUV | 149.54 | 103.43 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 106 | 0 | 0.50 | 0.54 | 0.09 | 4.76 | 0.73 | 0.66 |
| Hex | E8 | 74 | 6A | 0 | 32 | 36 | 9 | 5 | 49 | 42 |
| Octal | 350 | 164 | 152 | 0 | 62 | 66 | 11 | 5 | 111 | 102 |
| Binary | 11101000 | 1110100 | 1101010 | 0 | 110010 | 110110 | 1001 | 101 | 1001001 | 1000010 |
Color Harmonies of #E8746A
Complementary color
Monochromatic Colors of #E8746A
Black with #E8746A
Text Example
Text Example
White with #E8746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8746A; }
p { color: rgb(232,116,106); }
H1.HeaderClassName
{
color: #E8746A;
}
.AnyTagClassName
{
color: #E8746A;
}
</style>
background-color css
<style>
a { background-color: #E8746A; }
a { background-color: rgb(232,116,106); }
div.DivClassName
{
background-color: #E8746A;
}
.BgClassName
{
background-color: #E8746A;
}
</style>
border-color css
<style>
span { border-color: #E8746A; }
span { border-color: rgb(232,116,106); }
td.TdClassName
{
border-color: #E8746A;
}
.TagClassName
{
border-color: #E8746A;
}
</style>