Shades of Geraldine #EC736A
Tints of Geraldine #EC736A
RGB
CMYK
RGB Variations
Color information
#EC736A (or 0xEC736A) is known color: Geraldine. HEX triplet: EC, 73 and 6A. RGB value is (236,115,106). Sum of RGB (Red+Green+Blue) = 236+115+106=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC736A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC736A is #138C95. Grayscale: #969696. Windows color (decimal): -1281174 or 6976492. OLE color: 6976492.
HSL color Cylindrical-coordinate representation of color #EC736A: hue angle of 4.15º 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 #EC736A is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 106 | - |
| CMYK | 0 | 0.51 | 0.55 | 0.07 |
| HSL | 4.15º | 0.77% | 0.67% | - |
| HSV(B) | 4.15º | 0.55% | 0.93% | - |
| XYZ | 43.32 | 31.13 | 17.36 | - |
| YUV | 150.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 106 | 0 | 0.51 | 0.55 | 0.07 | 4.15 | 0.77 | 0.67 |
| Hex | EC | 73 | 6A | 0 | 33 | 37 | 7 | 4 | 4D | 43 |
| Octal | 354 | 163 | 152 | 0 | 63 | 67 | 7 | 4 | 115 | 103 |
| Binary | 11101100 | 1110011 | 1101010 | 0 | 110011 | 110111 | 111 | 100 | 1001101 | 1000011 |
Color Harmonies of #EC736A
Complementary color
Monochromatic Colors of #EC736A
Black with #EC736A
Text Example
Text Example
White with #EC736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC736A; }
p { color: rgb(236,115,106); }
H1.HeaderClassName
{
color: #EC736A;
}
.AnyTagClassName
{
color: #EC736A;
}
</style>
background-color css
<style>
a { background-color: #EC736A; }
a { background-color: rgb(236,115,106); }
div.DivClassName
{
background-color: #EC736A;
}
.BgClassName
{
background-color: #EC736A;
}
</style>
border-color css
<style>
span { border-color: #EC736A; }
span { border-color: rgb(236,115,106); }
td.TdClassName
{
border-color: #EC736A;
}
.TagClassName
{
border-color: #EC736A;
}
</style>