Shades of Geraldine #E9867B
Tints of Geraldine #E9867B
RGB
CMYK
RGB Variations
Color information
#E9867B (or 0xE9867B) is known color: Geraldine. HEX triplet: E9, 86 and 7B. RGB value is (233,134,123). Sum of RGB (Red+Green+Blue) = 233+134+123=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E9867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9867B is #167984. Grayscale: #A2A2A2. Windows color (decimal): -1472901 or 8095465. OLE color: 8095465.
HSL color Cylindrical-coordinate representation of color #E9867B: hue angle of 6º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E9867B is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 134 | 123 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.09 |
| HSL | 6º | 0.71% | 0.7% | - |
| HSV(B) | 6º | 0.47% | 0.91% | - |
| XYZ | 45.7 | 35.8 | 23.24 | - |
| YUV | 162.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 134 | 123 | 0 | 0.42 | 0.47 | 0.09 | 6 | 0.71 | 0.7 |
| Hex | E9 | 86 | 7B | 0 | 2A | 2F | 9 | 6 | 47 | 46 |
| Octal | 351 | 206 | 173 | 0 | 52 | 57 | 11 | 6 | 107 | 106 |
| Binary | 11101001 | 10000110 | 1111011 | 0 | 101010 | 101111 | 1001 | 110 | 1000111 | 1000110 |
Color Harmonies of #E9867B
Complementary color
Monochromatic Colors of #E9867B
Black with #E9867B
Text Example
Text Example
White with #E9867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9867B; }
p { color: rgb(233,134,123); }
H1.HeaderClassName
{
color: #E9867B;
}
.AnyTagClassName
{
color: #E9867B;
}
</style>
background-color css
<style>
a { background-color: #E9867B; }
a { background-color: rgb(233,134,123); }
div.DivClassName
{
background-color: #E9867B;
}
.BgClassName
{
background-color: #E9867B;
}
</style>
border-color css
<style>
span { border-color: #E9867B; }
span { border-color: rgb(233,134,123); }
td.TdClassName
{
border-color: #E9867B;
}
.TagClassName
{
border-color: #E9867B;
}
</style>