Shades of Mandys Pink #ECB18D
Tints of Mandys Pink #ECB18D
RGB
CMYK
RGB Variations
Color information
#ECB18D (or 0xECB18D) is known color: Mandys Pink. HEX triplet: EC, B1 and 8D. RGB value is (236,177,141). Sum of RGB (Red+Green+Blue) = 236+177+141=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB18D is #134E72. Grayscale: #BEBEBE. Windows color (decimal): -1265267 or 9286124. OLE color: 9286124.
HSL color Cylindrical-coordinate representation of color #ECB18D: hue angle of 22.74º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECB18D is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 141 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.07 |
| HSL | 22.74º | 0.71% | 0.74% | - |
| HSV(B) | 22.74º | 0.4% | 0.93% | - |
| XYZ | 55.12 | 51.2 | 32.18 | - |
| YUV | 190.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 141 | 0 | 0.25 | 0.40 | 0.07 | 22.74 | 0.71 | 0.74 |
| Hex | EC | B1 | 8D | 0 | 19 | 28 | 7 | 17 | 47 | 4A |
| Octal | 354 | 261 | 215 | 0 | 31 | 50 | 7 | 27 | 107 | 112 |
| Binary | 11101100 | 10110001 | 10001101 | 0 | 11001 | 101000 | 111 | 10111 | 1000111 | 1001010 |
Color Harmonies of #ECB18D
Complementary color
Monochromatic Colors of #ECB18D
Black with #ECB18D
Text Example
Text Example
White with #ECB18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB18D; }
p { color: rgb(236,177,141); }
H1.HeaderClassName
{
color: #ECB18D;
}
.AnyTagClassName
{
color: #ECB18D;
}
</style>
background-color css
<style>
a { background-color: #ECB18D; }
a { background-color: rgb(236,177,141); }
div.DivClassName
{
background-color: #ECB18D;
}
.BgClassName
{
background-color: #ECB18D;
}
</style>
border-color css
<style>
span { border-color: #ECB18D; }
span { border-color: rgb(236,177,141); }
td.TdClassName
{
border-color: #ECB18D;
}
.TagClassName
{
border-color: #ECB18D;
}
</style>