Shades of Mandys Pink #ECB28E
Tints of Mandys Pink #ECB28E
RGB
CMYK
RGB Variations
Color information
#ECB28E (or 0xECB28E) is known color: Mandys Pink. HEX triplet: EC, B2 and 8E. RGB value is (236,178,142). Sum of RGB (Red+Green+Blue) = 236+178+142=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB28E is #134D71. Grayscale: #BFBFBF. Windows color (decimal): -1265010 or 9351916. OLE color: 9351916.
HSL color Cylindrical-coordinate representation of color #ECB28E: hue angle of 22.98º 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 #ECB28E is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 142 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.07 |
| HSL | 22.98º | 0.71% | 0.74% | - |
| HSV(B) | 22.98º | 0.4% | 0.93% | - |
| XYZ | 55.39 | 51.63 | 32.64 | - |
| YUV | 191.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 142 | 0 | 0.25 | 0.40 | 0.07 | 22.98 | 0.71 | 0.74 |
| Hex | EC | B2 | 8E | 0 | 19 | 28 | 7 | 17 | 47 | 4A |
| Octal | 354 | 262 | 216 | 0 | 31 | 50 | 7 | 27 | 107 | 112 |
| Binary | 11101100 | 10110010 | 10001110 | 0 | 11001 | 101000 | 111 | 10111 | 1000111 | 1001010 |
Color Harmonies of #ECB28E
Complementary color
Monochromatic Colors of #ECB28E
Black with #ECB28E
Text Example
Text Example
White with #ECB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB28E; }
p { color: rgb(236,178,142); }
H1.HeaderClassName
{
color: #ECB28E;
}
.AnyTagClassName
{
color: #ECB28E;
}
</style>
background-color css
<style>
a { background-color: #ECB28E; }
a { background-color: rgb(236,178,142); }
div.DivClassName
{
background-color: #ECB28E;
}
.BgClassName
{
background-color: #ECB28E;
}
</style>
border-color css
<style>
span { border-color: #ECB28E; }
span { border-color: rgb(236,178,142); }
td.TdClassName
{
border-color: #ECB28E;
}
.TagClassName
{
border-color: #ECB28E;
}
</style>