Shades of Geraldine #ED706A
Tints of Geraldine #ED706A
RGB
CMYK
RGB Variations
Color information
#ED706A (or 0xED706A) is known color: Geraldine. HEX triplet: ED, 70 and 6A. RGB value is (237,112,106). Sum of RGB (Red+Green+Blue) = 237+112+106=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED706A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED706A is #128F95. Grayscale: #949494. Windows color (decimal): -1216406 or 6975725. OLE color: 6975725.
HSL color Cylindrical-coordinate representation of color #ED706A: hue angle of 2.75º 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 #ED706A is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 112 | 106 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.07 |
| HSL | 2.75º | 0.78% | 0.67% | - |
| HSV(B) | 2.75º | 0.55% | 0.93% | - |
| XYZ | 43.32 | 30.63 | 17.27 | - |
| YUV | 148.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 112 | 106 | 0 | 0.53 | 0.55 | 0.07 | 2.75 | 0.78 | 0.67 |
| Hex | ED | 70 | 6A | 0 | 35 | 37 | 7 | 3 | 4E | 43 |
| Octal | 355 | 160 | 152 | 0 | 65 | 67 | 7 | 3 | 116 | 103 |
| Binary | 11101101 | 1110000 | 1101010 | 0 | 110101 | 110111 | 111 | 11 | 1001110 | 1000011 |
Color Harmonies of #ED706A
Complementary color
Monochromatic Colors of #ED706A
Black with #ED706A
Text Example
Text Example
White with #ED706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED706A; }
p { color: rgb(237,112,106); }
H1.HeaderClassName
{
color: #ED706A;
}
.AnyTagClassName
{
color: #ED706A;
}
</style>
background-color css
<style>
a { background-color: #ED706A; }
a { background-color: rgb(237,112,106); }
div.DivClassName
{
background-color: #ED706A;
}
.BgClassName
{
background-color: #ED706A;
}
</style>
border-color css
<style>
span { border-color: #ED706A; }
span { border-color: rgb(237,112,106); }
td.TdClassName
{
border-color: #ED706A;
}
.TagClassName
{
border-color: #ED706A;
}
</style>