Shades of Geraldine #EA7A6B
Tints of Geraldine #EA7A6B
RGB
CMYK
RGB Variations
Color information
#EA7A6B (or 0xEA7A6B) is known color: Geraldine. HEX triplet: EA, 7A and 6B. RGB value is (234,122,107). Sum of RGB (Red+Green+Blue) = 234+122+107=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A6B is #158594. Grayscale: #999999. Windows color (decimal): -1410453 or 7043818. OLE color: 7043818.
HSL color Cylindrical-coordinate representation of color #EA7A6B: hue angle of 7.09º 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 #EA7A6B is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 107 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.08 |
| HSL | 7.09º | 0.75% | 0.67% | - |
| HSV(B) | 7.09º | 0.54% | 0.92% | - |
| XYZ | 43.55 | 32.47 | 17.88 | - |
| YUV | 153.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 107 | 0 | 0.48 | 0.54 | 0.08 | 7.09 | 0.75 | 0.67 |
| Hex | EA | 7A | 6B | 0 | 30 | 36 | 8 | 7 | 4B | 43 |
| Octal | 352 | 172 | 153 | 0 | 60 | 66 | 10 | 7 | 113 | 103 |
| Binary | 11101010 | 1111010 | 1101011 | 0 | 110000 | 110110 | 1000 | 111 | 1001011 | 1000011 |
Color Harmonies of #EA7A6B
Complementary color
Monochromatic Colors of #EA7A6B
Black with #EA7A6B
Text Example
Text Example
White with #EA7A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A6B; }
p { color: rgb(234,122,107); }
H1.HeaderClassName
{
color: #EA7A6B;
}
.AnyTagClassName
{
color: #EA7A6B;
}
</style>
background-color css
<style>
a { background-color: #EA7A6B; }
a { background-color: rgb(234,122,107); }
div.DivClassName
{
background-color: #EA7A6B;
}
.BgClassName
{
background-color: #EA7A6B;
}
</style>
border-color css
<style>
span { border-color: #EA7A6B; }
span { border-color: rgb(234,122,107); }
td.TdClassName
{
border-color: #EA7A6B;
}
.TagClassName
{
border-color: #EA7A6B;
}
</style>