Shades of Mandys Pink #ECB28D
Tints of Mandys Pink #ECB28D
RGB
CMYK
RGB Variations
Color information
#ECB28D (or 0xECB28D) is known color: Mandys Pink. HEX triplet: EC, B2 and 8D. RGB value is (236,178,141). Sum of RGB (Red+Green+Blue) = 236+178+141=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB28D is #134D72. Grayscale: #BFBFBF. Windows color (decimal): -1265011 or 9286380. OLE color: 9286380.
HSL color Cylindrical-coordinate representation of color #ECB28D: hue angle of 23.37º 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 #ECB28D is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 141 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.07 |
| HSL | 23.37º | 0.71% | 0.74% | - |
| HSV(B) | 23.37º | 0.4% | 0.93% | - |
| XYZ | 55.32 | 51.6 | 32.24 | - |
| YUV | 191.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 141 | 0 | 0.25 | 0.40 | 0.07 | 23.37 | 0.71 | 0.74 |
| Hex | EC | B2 | 8D | 0 | 19 | 28 | 7 | 17 | 47 | 4A |
| Octal | 354 | 262 | 215 | 0 | 31 | 50 | 7 | 27 | 107 | 112 |
| Binary | 11101100 | 10110010 | 10001101 | 0 | 11001 | 101000 | 111 | 10111 | 1000111 | 1001010 |
Color Harmonies of #ECB28D
Complementary color
Monochromatic Colors of #ECB28D
Black with #ECB28D
Text Example
Text Example
White with #ECB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB28D; }
p { color: rgb(236,178,141); }
H1.HeaderClassName
{
color: #ECB28D;
}
.AnyTagClassName
{
color: #ECB28D;
}
</style>
background-color css
<style>
a { background-color: #ECB28D; }
a { background-color: rgb(236,178,141); }
div.DivClassName
{
background-color: #ECB28D;
}
.BgClassName
{
background-color: #ECB28D;
}
</style>
border-color css
<style>
span { border-color: #ECB28D; }
span { border-color: rgb(236,178,141); }
td.TdClassName
{
border-color: #ECB28D;
}
.TagClassName
{
border-color: #ECB28D;
}
</style>