Shades of Geraldine #EA7B6C
Tints of Geraldine #EA7B6C
RGB
CMYK
RGB Variations
Color information
#EA7B6C (or 0xEA7B6C) is known color: Geraldine. HEX triplet: EA, 7B and 6C. RGB value is (234,123,108). Sum of RGB (Red+Green+Blue) = 234+123+108=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7B6C is #158493. Grayscale: #9A9A9A. Windows color (decimal): -1410196 or 7109610. OLE color: 7109610.
HSL color Cylindrical-coordinate representation of color #EA7B6C: hue angle of 7.14º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA7B6C is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 108 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.08 |
| HSL | 7.14º | 0.75% | 0.67% | - |
| HSV(B) | 7.14º | 0.54% | 0.92% | - |
| XYZ | 43.72 | 32.74 | 18.2 | - |
| YUV | 154.48 | 101.77 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 108 | 0 | 0.47 | 0.54 | 0.08 | 7.14 | 0.75 | 0.67 |
| Hex | EA | 7B | 6C | 0 | 2F | 36 | 8 | 7 | 4B | 43 |
| Octal | 352 | 173 | 154 | 0 | 57 | 66 | 10 | 7 | 113 | 103 |
| Binary | 11101010 | 1111011 | 1101100 | 0 | 101111 | 110110 | 1000 | 111 | 1001011 | 1000011 |
Color Harmonies of #EA7B6C
Complementary color
Monochromatic Colors of #EA7B6C
Black with #EA7B6C
Text Example
Text Example
White with #EA7B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B6C; }
p { color: rgb(234,123,108); }
H1.HeaderClassName
{
color: #EA7B6C;
}
.AnyTagClassName
{
color: #EA7B6C;
}
</style>
background-color css
<style>
a { background-color: #EA7B6C; }
a { background-color: rgb(234,123,108); }
div.DivClassName
{
background-color: #EA7B6C;
}
.BgClassName
{
background-color: #EA7B6C;
}
</style>
border-color css
<style>
span { border-color: #EA7B6C; }
span { border-color: rgb(234,123,108); }
td.TdClassName
{
border-color: #EA7B6C;
}
.TagClassName
{
border-color: #EA7B6C;
}
</style>