Shades of Geraldine #ED8074
Tints of Geraldine #ED8074
RGB
CMYK
RGB Variations
Color information
#ED8074 (or 0xED8074) is known color: Geraldine. HEX triplet: ED, 80 and 74. RGB value is (237,128,116). Sum of RGB (Red+Green+Blue) = 237+128+116=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8074 is #127F8B. Grayscale: #9F9F9F. Windows color (decimal): -1212300 or 7635181. OLE color: 7635181.
HSL color Cylindrical-coordinate representation of color #ED8074: hue angle of 5.95º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED8074 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 116 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.07 |
| HSL | 5.95º | 0.77% | 0.69% | - |
| HSV(B) | 5.95º | 0.51% | 0.93% | - |
| XYZ | 45.8 | 34.7 | 20.81 | - |
| YUV | 159.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 116 | 0 | 0.46 | 0.51 | 0.07 | 5.95 | 0.77 | 0.69 |
| Hex | ED | 80 | 74 | 0 | 2E | 33 | 7 | 6 | 4D | 45 |
| Octal | 355 | 200 | 164 | 0 | 56 | 63 | 7 | 6 | 115 | 105 |
| Binary | 11101101 | 10000000 | 1110100 | 0 | 101110 | 110011 | 111 | 110 | 1001101 | 1000101 |
Color Harmonies of #ED8074
Complementary color
Monochromatic Colors of #ED8074
Black with #ED8074
Text Example
Text Example
White with #ED8074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8074; }
p { color: rgb(237,128,116); }
H1.HeaderClassName
{
color: #ED8074;
}
.AnyTagClassName
{
color: #ED8074;
}
</style>
background-color css
<style>
a { background-color: #ED8074; }
a { background-color: rgb(237,128,116); }
div.DivClassName
{
background-color: #ED8074;
}
.BgClassName
{
background-color: #ED8074;
}
</style>
border-color css
<style>
span { border-color: #ED8074; }
span { border-color: rgb(237,128,116); }
td.TdClassName
{
border-color: #ED8074;
}
.TagClassName
{
border-color: #ED8074;
}
</style>