Shades of Geraldine #E6746B
Tints of Geraldine #E6746B
RGB
CMYK
RGB Variations
Color information
#E6746B (or 0xE6746B) is known color: Geraldine. HEX triplet: E6, 74 and 6B. RGB value is (230,116,107). Sum of RGB (Red+Green+Blue) = 230+116+107=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6746B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6746B is #198B94. Grayscale: #959595. Windows color (decimal): -1674133 or 7042278. OLE color: 7042278.
HSL color Cylindrical-coordinate representation of color #E6746B: hue angle of 4.39º 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 #E6746B is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 107 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.10 |
| HSL | 4.39º | 0.71% | 0.66% | - |
| HSV(B) | 4.39º | 0.53% | 0.9% | - |
| XYZ | 41.53 | 30.38 | 17.58 | - |
| YUV | 149.06 | 104.27 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 107 | 0 | 0.50 | 0.53 | 0.10 | 4.39 | 0.71 | 0.66 |
| Hex | E6 | 74 | 6B | 0 | 32 | 35 | A | 4 | 47 | 42 |
| Octal | 346 | 164 | 153 | 0 | 62 | 65 | 12 | 4 | 107 | 102 |
| Binary | 11100110 | 1110100 | 1101011 | 0 | 110010 | 110101 | 1010 | 100 | 1000111 | 1000010 |
Color Harmonies of #E6746B
Complementary color
Monochromatic Colors of #E6746B
Black with #E6746B
Text Example
Text Example
White with #E6746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6746B; }
p { color: rgb(230,116,107); }
H1.HeaderClassName
{
color: #E6746B;
}
.AnyTagClassName
{
color: #E6746B;
}
</style>
background-color css
<style>
a { background-color: #E6746B; }
a { background-color: rgb(230,116,107); }
div.DivClassName
{
background-color: #E6746B;
}
.BgClassName
{
background-color: #E6746B;
}
</style>
border-color css
<style>
span { border-color: #E6746B; }
span { border-color: rgb(230,116,107); }
td.TdClassName
{
border-color: #E6746B;
}
.TagClassName
{
border-color: #E6746B;
}
</style>