Shades of Mandys Pink #ECBC9E
Tints of Mandys Pink #ECBC9E
RGB
CMYK
RGB Variations
Color information
#ECBC9E (or 0xECBC9E) is known color: Mandys Pink. HEX triplet: EC, BC and 9E. RGB value is (236,188,158). Sum of RGB (Red+Green+Blue) = 236+188+158=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBC9E is #134361. Grayscale: #C7C7C7. Windows color (decimal): -1262434 or 10403052. OLE color: 10403052.
HSL color Cylindrical-coordinate representation of color #ECBC9E: hue angle of 23.08º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECBC9E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 158 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.07 |
| HSL | 23.08º | 0.67% | 0.77% | - |
| HSV(B) | 23.08º | 0.33% | 0.93% | - |
| XYZ | 58.75 | 56.27 | 40.11 | - |
| YUV | 198.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 158 | 0 | 0.20 | 0.33 | 0.07 | 23.08 | 0.67 | 0.77 |
| Hex | EC | BC | 9E | 0 | 14 | 21 | 7 | 17 | 43 | 4D |
| Octal | 354 | 274 | 236 | 0 | 24 | 41 | 7 | 27 | 103 | 115 |
| Binary | 11101100 | 10111100 | 10011110 | 0 | 10100 | 100001 | 111 | 10111 | 1000011 | 1001101 |
Color Harmonies of #ECBC9E
Complementary color
Monochromatic Colors of #ECBC9E
Black with #ECBC9E
Text Example
Text Example
White with #ECBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC9E; }
p { color: rgb(236,188,158); }
H1.HeaderClassName
{
color: #ECBC9E;
}
.AnyTagClassName
{
color: #ECBC9E;
}
</style>
background-color css
<style>
a { background-color: #ECBC9E; }
a { background-color: rgb(236,188,158); }
div.DivClassName
{
background-color: #ECBC9E;
}
.BgClassName
{
background-color: #ECBC9E;
}
</style>
border-color css
<style>
span { border-color: #ECBC9E; }
span { border-color: rgb(236,188,158); }
td.TdClassName
{
border-color: #ECBC9E;
}
.TagClassName
{
border-color: #ECBC9E;
}
</style>