Shades of Geraldine #E9716D
Tints of Geraldine #E9716D
RGB
CMYK
RGB Variations
Color information
#E9716D (or 0xE9716D) is known color: Geraldine. HEX triplet: E9, 71 and 6D. RGB value is (233,113,109). Sum of RGB (Red+Green+Blue) = 233+113+109=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E9716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9716D is #168E92. Grayscale: #949494. Windows color (decimal): -1478291 or 7172585. OLE color: 7172585.
HSL color Cylindrical-coordinate representation of color #E9716D: hue angle of 1.94º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9716D is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 113 | 109 | - |
| CMYK | 0 | 0.52 | 0.53 | 0.09 |
| HSL | 1.94º | 0.74% | 0.67% | - |
| HSV(B) | 1.94º | 0.53% | 0.91% | - |
| XYZ | 42.27 | 30.24 | 18.08 | - |
| YUV | 148.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 113 | 109 | 0 | 0.52 | 0.53 | 0.09 | 1.94 | 0.74 | 0.67 |
| Hex | E9 | 71 | 6D | 0 | 34 | 35 | 9 | 2 | 4A | 43 |
| Octal | 351 | 161 | 155 | 0 | 64 | 65 | 11 | 2 | 112 | 103 |
| Binary | 11101001 | 1110001 | 1101101 | 0 | 110100 | 110101 | 1001 | 10 | 1001010 | 1000011 |
Color Harmonies of #E9716D
Complementary color
Monochromatic Colors of #E9716D
Black with #E9716D
Text Example
Text Example
White with #E9716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9716D; }
p { color: rgb(233,113,109); }
H1.HeaderClassName
{
color: #E9716D;
}
.AnyTagClassName
{
color: #E9716D;
}
</style>
background-color css
<style>
a { background-color: #E9716D; }
a { background-color: rgb(233,113,109); }
div.DivClassName
{
background-color: #E9716D;
}
.BgClassName
{
background-color: #E9716D;
}
</style>
border-color css
<style>
span { border-color: #E9716D; }
span { border-color: rgb(233,113,109); }
td.TdClassName
{
border-color: #E9716D;
}
.TagClassName
{
border-color: #E9716D;
}
</style>