Shades of Geraldine #E8746B
Tints of Geraldine #E8746B
RGB
CMYK
RGB Variations
Color information
#E8746B (or 0xE8746B) is known color: Geraldine. HEX triplet: E8, 74 and 6B. RGB value is (232,116,107). Sum of RGB (Red+Green+Blue) = 232+116+107=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8746B is #178B94. Grayscale: #959595. Windows color (decimal): -1543061 or 7042280. OLE color: 7042280.
HSL color Cylindrical-coordinate representation of color #E8746B: hue angle of 4.32º 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 #E8746B is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 107 | - |
| CMYK | 0 | 0.50 | 0.54 | 0.09 |
| HSL | 4.32º | 0.73% | 0.66% | - |
| HSV(B) | 4.32º | 0.54% | 0.91% | - |
| XYZ | 42.18 | 30.71 | 17.61 | - |
| YUV | 149.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 107 | 0 | 0.50 | 0.54 | 0.09 | 4.32 | 0.73 | 0.66 |
| Hex | E8 | 74 | 6B | 0 | 32 | 36 | 9 | 4 | 49 | 42 |
| Octal | 350 | 164 | 153 | 0 | 62 | 66 | 11 | 4 | 111 | 102 |
| Binary | 11101000 | 1110100 | 1101011 | 0 | 110010 | 110110 | 1001 | 100 | 1001001 | 1000010 |
Color Harmonies of #E8746B
Complementary color
Monochromatic Colors of #E8746B
Black with #E8746B
Text Example
Text Example
White with #E8746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8746B; }
p { color: rgb(232,116,107); }
H1.HeaderClassName
{
color: #E8746B;
}
.AnyTagClassName
{
color: #E8746B;
}
</style>
background-color css
<style>
a { background-color: #E8746B; }
a { background-color: rgb(232,116,107); }
div.DivClassName
{
background-color: #E8746B;
}
.BgClassName
{
background-color: #E8746B;
}
</style>
border-color css
<style>
span { border-color: #E8746B; }
span { border-color: rgb(232,116,107); }
td.TdClassName
{
border-color: #E8746B;
}
.TagClassName
{
border-color: #E8746B;
}
</style>