Shades of Geraldine #EA877A
Tints of Geraldine #EA877A
RGB
CMYK
RGB Variations
Color information
#EA877A (or 0xEA877A) is known color: Geraldine. HEX triplet: EA, 87 and 7A. RGB value is (234,135,122). Sum of RGB (Red+Green+Blue) = 234+135+122=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA877A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA877A is #157885. Grayscale: #A3A3A3. Windows color (decimal): -1407110 or 8030186. OLE color: 8030186.
HSL color Cylindrical-coordinate representation of color #EA877A: hue angle of 6.96º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA877A is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 135 | 122 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.08 |
| HSL | 6.96º | 0.73% | 0.7% | - |
| HSV(B) | 6.96º | 0.48% | 0.92% | - |
| XYZ | 46.11 | 36.23 | 22.97 | - |
| YUV | 163.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 135 | 122 | 0 | 0.42 | 0.48 | 0.08 | 6.96 | 0.73 | 0.7 |
| Hex | EA | 87 | 7A | 0 | 2A | 30 | 8 | 7 | 49 | 46 |
| Octal | 352 | 207 | 172 | 0 | 52 | 60 | 10 | 7 | 111 | 106 |
| Binary | 11101010 | 10000111 | 1111010 | 0 | 101010 | 110000 | 1000 | 111 | 1001001 | 1000110 |
Color Harmonies of #EA877A
Complementary color
Monochromatic Colors of #EA877A
Black with #EA877A
Text Example
Text Example
White with #EA877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA877A; }
p { color: rgb(234,135,122); }
H1.HeaderClassName
{
color: #EA877A;
}
.AnyTagClassName
{
color: #EA877A;
}
</style>
background-color css
<style>
a { background-color: #EA877A; }
a { background-color: rgb(234,135,122); }
div.DivClassName
{
background-color: #EA877A;
}
.BgClassName
{
background-color: #EA877A;
}
</style>
border-color css
<style>
span { border-color: #EA877A; }
span { border-color: rgb(234,135,122); }
td.TdClassName
{
border-color: #EA877A;
}
.TagClassName
{
border-color: #EA877A;
}
</style>