Shades of Mandys Pink #ECB08E
Tints of Mandys Pink #ECB08E
RGB
CMYK
RGB Variations
Color information
#ECB08E (or 0xECB08E) is known color: Mandys Pink. HEX triplet: EC, B0 and 8E. RGB value is (236,176,142). Sum of RGB (Red+Green+Blue) = 236+176+142=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB08E is #134F71. Grayscale: #BEBEBE. Windows color (decimal): -1265522 or 9351404. OLE color: 9351404.
HSL color Cylindrical-coordinate representation of color #ECB08E: hue angle of 21.7º 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 #ECB08E is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 142 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.07 |
| HSL | 21.7º | 0.71% | 0.74% | - |
| HSV(B) | 21.7º | 0.4% | 0.93% | - |
| XYZ | 55 | 50.84 | 32.5 | - |
| YUV | 190.06 | 100.88 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 142 | 0 | 0.25 | 0.40 | 0.07 | 21.7 | 0.71 | 0.74 |
| Hex | EC | B0 | 8E | 0 | 19 | 28 | 7 | 16 | 47 | 4A |
| Octal | 354 | 260 | 216 | 0 | 31 | 50 | 7 | 26 | 107 | 112 |
| Binary | 11101100 | 10110000 | 10001110 | 0 | 11001 | 101000 | 111 | 10110 | 1000111 | 1001010 |
Color Harmonies of #ECB08E
Complementary color
Monochromatic Colors of #ECB08E
Black with #ECB08E
Text Example
Text Example
White with #ECB08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB08E; }
p { color: rgb(236,176,142); }
H1.HeaderClassName
{
color: #ECB08E;
}
.AnyTagClassName
{
color: #ECB08E;
}
</style>
background-color css
<style>
a { background-color: #ECB08E; }
a { background-color: rgb(236,176,142); }
div.DivClassName
{
background-color: #ECB08E;
}
.BgClassName
{
background-color: #ECB08E;
}
</style>
border-color css
<style>
span { border-color: #ECB08E; }
span { border-color: rgb(236,176,142); }
td.TdClassName
{
border-color: #ECB08E;
}
.TagClassName
{
border-color: #ECB08E;
}
</style>