Shades of Geraldine #EA786C
Tints of Geraldine #EA786C
RGB
CMYK
RGB Variations
Color information
#EA786C (or 0xEA786C) is known color: Geraldine. HEX triplet: EA, 78 and 6C. RGB value is (234,120,108). Sum of RGB (Red+Green+Blue) = 234+120+108=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA786C is #158793. Grayscale: #989898. Windows color (decimal): -1410964 or 7108842. OLE color: 7108842.
HSL color Cylindrical-coordinate representation of color #EA786C: hue angle of 5.71º 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 #EA786C is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 108 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.08 |
| HSL | 5.71º | 0.75% | 0.67% | - |
| HSV(B) | 5.71º | 0.54% | 0.92% | - |
| XYZ | 43.35 | 32.01 | 18.08 | - |
| YUV | 152.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 108 | 0 | 0.49 | 0.54 | 0.08 | 5.71 | 0.75 | 0.67 |
| Hex | EA | 78 | 6C | 0 | 31 | 36 | 8 | 6 | 4B | 43 |
| Octal | 352 | 170 | 154 | 0 | 61 | 66 | 10 | 6 | 113 | 103 |
| Binary | 11101010 | 1111000 | 1101100 | 0 | 110001 | 110110 | 1000 | 110 | 1001011 | 1000011 |
Color Harmonies of #EA786C
Complementary color
Monochromatic Colors of #EA786C
Black with #EA786C
Text Example
Text Example
White with #EA786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA786C; }
p { color: rgb(234,120,108); }
H1.HeaderClassName
{
color: #EA786C;
}
.AnyTagClassName
{
color: #EA786C;
}
</style>
background-color css
<style>
a { background-color: #EA786C; }
a { background-color: rgb(234,120,108); }
div.DivClassName
{
background-color: #EA786C;
}
.BgClassName
{
background-color: #EA786C;
}
</style>
border-color css
<style>
span { border-color: #EA786C; }
span { border-color: rgb(234,120,108); }
td.TdClassName
{
border-color: #EA786C;
}
.TagClassName
{
border-color: #EA786C;
}
</style>