Shades of Geraldine #E6746D
Tints of Geraldine #E6746D
RGB
CMYK
RGB Variations
Color information
#E6746D (or 0xE6746D) is known color: Geraldine. HEX triplet: E6, 74 and 6D. RGB value is (230,116,109). Sum of RGB (Red+Green+Blue) = 230+116+109=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 116 (45.70% from 255 or 25.49% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6746D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6746D is #198B92. Grayscale: #959595. Windows color (decimal): -1674131 or 7173350. OLE color: 7173350.
HSL color Cylindrical-coordinate representation of color #E6746D: hue angle of 3.47º 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 #E6746D is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 109 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.10 |
| HSL | 3.47º | 0.71% | 0.66% | - |
| HSV(B) | 3.47º | 0.53% | 0.9% | - |
| XYZ | 41.64 | 30.42 | 18.14 | - |
| YUV | 149.29 | 105.27 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 109 | 0 | 0.50 | 0.53 | 0.10 | 3.47 | 0.71 | 0.66 |
| Hex | E6 | 74 | 6D | 0 | 32 | 35 | A | 3 | 47 | 42 |
| Octal | 346 | 164 | 155 | 0 | 62 | 65 | 12 | 3 | 107 | 102 |
| Binary | 11100110 | 1110100 | 1101101 | 0 | 110010 | 110101 | 1010 | 11 | 1000111 | 1000010 |
Color Harmonies of #E6746D
Complementary color
Monochromatic Colors of #E6746D
Black with #E6746D
Text Example
Text Example
White with #E6746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6746D; }
p { color: rgb(230,116,109); }
H1.HeaderClassName
{
color: #E6746D;
}
.AnyTagClassName
{
color: #E6746D;
}
</style>
background-color css
<style>
a { background-color: #E6746D; }
a { background-color: rgb(230,116,109); }
div.DivClassName
{
background-color: #E6746D;
}
.BgClassName
{
background-color: #E6746D;
}
</style>
border-color css
<style>
span { border-color: #E6746D; }
span { border-color: rgb(230,116,109); }
td.TdClassName
{
border-color: #E6746D;
}
.TagClassName
{
border-color: #E6746D;
}
</style>