Shades of Geraldine #ED736A
Tints of Geraldine #ED736A
RGB
CMYK
RGB Variations
Color information
#ED736A (or 0xED736A) is known color: Geraldine. HEX triplet: ED, 73 and 6A. RGB value is (237,115,106). Sum of RGB (Red+Green+Blue) = 237+115+106=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED736A is #128C95. Grayscale: #969696. Windows color (decimal): -1215638 or 6976493. OLE color: 6976493.
HSL color Cylindrical-coordinate representation of color #ED736A: hue angle of 4.12º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED736A is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 115 | 106 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.07 |
| HSL | 4.12º | 0.78% | 0.67% | - |
| HSV(B) | 4.12º | 0.55% | 0.93% | - |
| XYZ | 43.66 | 31.31 | 17.38 | - |
| YUV | 150.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 115 | 106 | 0 | 0.51 | 0.55 | 0.07 | 4.12 | 0.78 | 0.67 |
| Hex | ED | 73 | 6A | 0 | 33 | 37 | 7 | 4 | 4E | 43 |
| Octal | 355 | 163 | 152 | 0 | 63 | 67 | 7 | 4 | 116 | 103 |
| Binary | 11101101 | 1110011 | 1101010 | 0 | 110011 | 110111 | 111 | 100 | 1001110 | 1000011 |
Color Harmonies of #ED736A
Complementary color
Monochromatic Colors of #ED736A
Black with #ED736A
Text Example
Text Example
White with #ED736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED736A; }
p { color: rgb(237,115,106); }
H1.HeaderClassName
{
color: #ED736A;
}
.AnyTagClassName
{
color: #ED736A;
}
</style>
background-color css
<style>
a { background-color: #ED736A; }
a { background-color: rgb(237,115,106); }
div.DivClassName
{
background-color: #ED736A;
}
.BgClassName
{
background-color: #ED736A;
}
</style>
border-color css
<style>
span { border-color: #ED736A; }
span { border-color: rgb(237,115,106); }
td.TdClassName
{
border-color: #ED736A;
}
.TagClassName
{
border-color: #ED736A;
}
</style>