Shades of Geraldine #E6706A
Tints of Geraldine #E6706A
RGB
CMYK
RGB Variations
Color information
#E6706A (or 0xE6706A) is known color: Geraldine. HEX triplet: E6, 70 and 6A. RGB value is (230,112,106). Sum of RGB (Red+Green+Blue) = 230+112+106=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E6706A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6706A is #198F95. Grayscale: #929292. Windows color (decimal): -1675158 or 6975718. OLE color: 6975718.
HSL color Cylindrical-coordinate representation of color #E6706A: hue angle of 2.9º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6706A is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 112 | 106 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.10 |
| HSL | 2.9º | 0.71% | 0.66% | - |
| HSV(B) | 2.9º | 0.54% | 0.9% | - |
| XYZ | 41.03 | 29.45 | 17.16 | - |
| YUV | 146.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 112 | 106 | 0 | 0.51 | 0.54 | 0.10 | 2.9 | 0.71 | 0.66 |
| Hex | E6 | 70 | 6A | 0 | 33 | 36 | A | 3 | 47 | 42 |
| Octal | 346 | 160 | 152 | 0 | 63 | 66 | 12 | 3 | 107 | 102 |
| Binary | 11100110 | 1110000 | 1101010 | 0 | 110011 | 110110 | 1010 | 11 | 1000111 | 1000010 |
Color Harmonies of #E6706A
Complementary color
Monochromatic Colors of #E6706A
Black with #E6706A
Text Example
Text Example
White with #E6706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6706A; }
p { color: rgb(230,112,106); }
H1.HeaderClassName
{
color: #E6706A;
}
.AnyTagClassName
{
color: #E6706A;
}
</style>
background-color css
<style>
a { background-color: #E6706A; }
a { background-color: rgb(230,112,106); }
div.DivClassName
{
background-color: #E6706A;
}
.BgClassName
{
background-color: #E6706A;
}
</style>
border-color css
<style>
span { border-color: #E6706A; }
span { border-color: rgb(230,112,106); }
td.TdClassName
{
border-color: #E6706A;
}
.TagClassName
{
border-color: #E6706A;
}
</style>