Shades of Mandys Pink #ECB18C
Tints of Mandys Pink #ECB18C
RGB
CMYK
RGB Variations
Color information
#ECB18C (or 0xECB18C) is known color: Mandys Pink. HEX triplet: EC, B1 and 8C. RGB value is (236,177,140). Sum of RGB (Red+Green+Blue) = 236+177+140=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB18C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB18C is #134E73. Grayscale: #BEBEBE. Windows color (decimal): -1265268 or 9220588. OLE color: 9220588.
HSL color Cylindrical-coordinate representation of color #ECB18C: hue angle of 23.12º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECB18C is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 140 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.07 |
| HSL | 23.13º | 0.72% | 0.74% | - |
| HSV(B) | 23.13º | 0.41% | 0.93% | - |
| XYZ | 55.05 | 51.17 | 31.79 | - |
| YUV | 190.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 140 | 0 | 0.25 | 0.41 | 0.07 | 23.13 | 0.72 | 0.74 |
| Hex | EC | B1 | 8C | 0 | 19 | 29 | 7 | 17 | 48 | 4A |
| Octal | 354 | 261 | 214 | 0 | 31 | 51 | 7 | 27 | 110 | 112 |
| Binary | 11101100 | 10110001 | 10001100 | 0 | 11001 | 101001 | 111 | 10111 | 1001000 | 1001010 |
Color Harmonies of #ECB18C
Complementary color
Monochromatic Colors of #ECB18C
Black with #ECB18C
Text Example
Text Example
White with #ECB18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB18C; }
p { color: rgb(236,177,140); }
H1.HeaderClassName
{
color: #ECB18C;
}
.AnyTagClassName
{
color: #ECB18C;
}
</style>
background-color css
<style>
a { background-color: #ECB18C; }
a { background-color: rgb(236,177,140); }
div.DivClassName
{
background-color: #ECB18C;
}
.BgClassName
{
background-color: #ECB18C;
}
</style>
border-color css
<style>
span { border-color: #ECB18C; }
span { border-color: rgb(236,177,140); }
td.TdClassName
{
border-color: #ECB18C;
}
.TagClassName
{
border-color: #ECB18C;
}
</style>