Shades of Geraldine #ED7A69
Tints of Geraldine #ED7A69
RGB
CMYK
RGB Variations
Color information
#ED7A69 (or 0xED7A69) is known color: Geraldine. HEX triplet: ED, 7A and 69. RGB value is (237,122,105). Sum of RGB (Red+Green+Blue) = 237+122+105=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A69 is #128596. Grayscale: #9A9A9A. Windows color (decimal): -1213847 or 6912749. OLE color: 6912749.
HSL color Cylindrical-coordinate representation of color #ED7A69: hue angle of 7.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED7A69 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 105 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.07 |
| HSL | 7.73º | 0.79% | 0.67% | - |
| HSV(B) | 7.73º | 0.56% | 0.93% | - |
| XYZ | 44.43 | 32.94 | 17.38 | - |
| YUV | 154.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 105 | 0 | 0.49 | 0.56 | 0.07 | 7.73 | 0.79 | 0.67 |
| Hex | ED | 7A | 69 | 0 | 31 | 38 | 7 | 8 | 4F | 43 |
| Octal | 355 | 172 | 151 | 0 | 61 | 70 | 7 | 10 | 117 | 103 |
| Binary | 11101101 | 1111010 | 1101001 | 0 | 110001 | 111000 | 111 | 1000 | 1001111 | 1000011 |
Color Harmonies of #ED7A69
Complementary color
Monochromatic Colors of #ED7A69
Black with #ED7A69
Text Example
Text Example
White with #ED7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7A69; }
p { color: rgb(237,122,105); }
H1.HeaderClassName
{
color: #ED7A69;
}
.AnyTagClassName
{
color: #ED7A69;
}
</style>
background-color css
<style>
a { background-color: #ED7A69; }
a { background-color: rgb(237,122,105); }
div.DivClassName
{
background-color: #ED7A69;
}
.BgClassName
{
background-color: #ED7A69;
}
</style>
border-color css
<style>
span { border-color: #ED7A69; }
span { border-color: rgb(237,122,105); }
td.TdClassName
{
border-color: #ED7A69;
}
.TagClassName
{
border-color: #ED7A69;
}
</style>