Shades of Geraldine #E6786D
Tints of Geraldine #E6786D
RGB
CMYK
RGB Variations
Color information
#E6786D (or 0xE6786D) is known color: Geraldine. HEX triplet: E6, 78 and 6D. RGB value is (230,120,109). Sum of RGB (Red+Green+Blue) = 230+120+109=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6786D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6786D is #198792. Grayscale: #979797. Windows color (decimal): -1673107 or 7174374. OLE color: 7174374.
HSL color Cylindrical-coordinate representation of color #E6786D: hue angle of 5.45º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6786D is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 109 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.10 |
| HSL | 5.45º | 0.71% | 0.66% | - |
| HSV(B) | 5.45º | 0.53% | 0.9% | - |
| XYZ | 42.11 | 31.36 | 18.3 | - |
| YUV | 151.64 | 103.94 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 109 | 0 | 0.48 | 0.53 | 0.10 | 5.45 | 0.71 | 0.66 |
| Hex | E6 | 78 | 6D | 0 | 30 | 35 | A | 5 | 47 | 42 |
| Octal | 346 | 170 | 155 | 0 | 60 | 65 | 12 | 5 | 107 | 102 |
| Binary | 11100110 | 1111000 | 1101101 | 0 | 110000 | 110101 | 1010 | 101 | 1000111 | 1000010 |
Color Harmonies of #E6786D
Complementary color
Monochromatic Colors of #E6786D
Black with #E6786D
Text Example
Text Example
White with #E6786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6786D; }
p { color: rgb(230,120,109); }
H1.HeaderClassName
{
color: #E6786D;
}
.AnyTagClassName
{
color: #E6786D;
}
</style>
background-color css
<style>
a { background-color: #E6786D; }
a { background-color: rgb(230,120,109); }
div.DivClassName
{
background-color: #E6786D;
}
.BgClassName
{
background-color: #E6786D;
}
</style>
border-color css
<style>
span { border-color: #E6786D; }
span { border-color: rgb(230,120,109); }
td.TdClassName
{
border-color: #E6786D;
}
.TagClassName
{
border-color: #E6786D;
}
</style>