Shades of Geraldine #EA766D
Tints of Geraldine #EA766D
RGB
CMYK
RGB Variations
Color information
#EA766D (or 0xEA766D) is known color: Geraldine. HEX triplet: EA, 76 and 6D. RGB value is (234,118,109). Sum of RGB (Red+Green+Blue) = 234+118+109=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA766D is #158992. Grayscale: #979797. Windows color (decimal): -1411475 or 7173866. OLE color: 7173866.
HSL color Cylindrical-coordinate representation of color #EA766D: hue angle of 4.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA766D is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 109 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.08 |
| HSL | 4.32º | 0.75% | 0.67% | - |
| HSV(B) | 4.32º | 0.53% | 0.92% | - |
| XYZ | 43.17 | 31.55 | 18.28 | - |
| YUV | 151.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 109 | 0 | 0.50 | 0.53 | 0.08 | 4.32 | 0.75 | 0.67 |
| Hex | EA | 76 | 6D | 0 | 32 | 35 | 8 | 4 | 4B | 43 |
| Octal | 352 | 166 | 155 | 0 | 62 | 65 | 10 | 4 | 113 | 103 |
| Binary | 11101010 | 1110110 | 1101101 | 0 | 110010 | 110101 | 1000 | 100 | 1001011 | 1000011 |
Color Harmonies of #EA766D
Complementary color
Monochromatic Colors of #EA766D
Black with #EA766D
Text Example
Text Example
White with #EA766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA766D; }
p { color: rgb(234,118,109); }
H1.HeaderClassName
{
color: #EA766D;
}
.AnyTagClassName
{
color: #EA766D;
}
</style>
background-color css
<style>
a { background-color: #EA766D; }
a { background-color: rgb(234,118,109); }
div.DivClassName
{
background-color: #EA766D;
}
.BgClassName
{
background-color: #EA766D;
}
</style>
border-color css
<style>
span { border-color: #EA766D; }
span { border-color: rgb(234,118,109); }
td.TdClassName
{
border-color: #EA766D;
}
.TagClassName
{
border-color: #EA766D;
}
</style>