Shades of Geraldine #EC726A
Tints of Geraldine #EC726A
RGB
CMYK
RGB Variations
Color information
#EC726A (or 0xEC726A) is known color: Geraldine. HEX triplet: EC, 72 and 6A. RGB value is (236,114,106). Sum of RGB (Red+Green+Blue) = 236+114+106=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC726A is #138D95. Grayscale: #959595. Windows color (decimal): -1281430 or 6976236. OLE color: 6976236.
HSL color Cylindrical-coordinate representation of color #EC726A: hue angle of 3.69º degrees, saturation: 0.77, 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 #EC726A is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 106 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.07 |
| HSL | 3.69º | 0.77% | 0.67% | - |
| HSV(B) | 3.69º | 0.55% | 0.93% | - |
| XYZ | 43.21 | 30.91 | 17.32 | - |
| YUV | 149.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 106 | 0 | 0.52 | 0.55 | 0.07 | 3.69 | 0.77 | 0.67 |
| Hex | EC | 72 | 6A | 0 | 34 | 37 | 7 | 4 | 4D | 43 |
| Octal | 354 | 162 | 152 | 0 | 64 | 67 | 7 | 4 | 115 | 103 |
| Binary | 11101100 | 1110010 | 1101010 | 0 | 110100 | 110111 | 111 | 100 | 1001101 | 1000011 |
Color Harmonies of #EC726A
Complementary color
Monochromatic Colors of #EC726A
Black with #EC726A
Text Example
Text Example
White with #EC726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC726A; }
p { color: rgb(236,114,106); }
H1.HeaderClassName
{
color: #EC726A;
}
.AnyTagClassName
{
color: #EC726A;
}
</style>
background-color css
<style>
a { background-color: #EC726A; }
a { background-color: rgb(236,114,106); }
div.DivClassName
{
background-color: #EC726A;
}
.BgClassName
{
background-color: #EC726A;
}
</style>
border-color css
<style>
span { border-color: #EC726A; }
span { border-color: rgb(236,114,106); }
td.TdClassName
{
border-color: #EC726A;
}
.TagClassName
{
border-color: #EC726A;
}
</style>