Shades of Mandys Pink #ECB08D
Tints of Mandys Pink #ECB08D
RGB
CMYK
RGB Variations
Color information
#ECB08D (or 0xECB08D) is known color: Mandys Pink. HEX triplet: EC, B0 and 8D. RGB value is (236,176,141). Sum of RGB (Red+Green+Blue) = 236+176+141=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB08D is #134F72. Grayscale: #BEBEBE. Windows color (decimal): -1265523 or 9285868. OLE color: 9285868.
HSL color Cylindrical-coordinate representation of color #ECB08D: hue angle of 22.11º 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 #ECB08D is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 141 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.07 |
| HSL | 22.11º | 0.71% | 0.74% | - |
| HSV(B) | 22.11º | 0.4% | 0.93% | - |
| XYZ | 54.93 | 50.81 | 32.11 | - |
| YUV | 189.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 141 | 0 | 0.25 | 0.40 | 0.07 | 22.11 | 0.71 | 0.74 |
| Hex | EC | B0 | 8D | 0 | 19 | 28 | 7 | 16 | 47 | 4A |
| Octal | 354 | 260 | 215 | 0 | 31 | 50 | 7 | 26 | 107 | 112 |
| Binary | 11101100 | 10110000 | 10001101 | 0 | 11001 | 101000 | 111 | 10110 | 1000111 | 1001010 |
Color Harmonies of #ECB08D
Complementary color
Monochromatic Colors of #ECB08D
Black with #ECB08D
Text Example
Text Example
White with #ECB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB08D; }
p { color: rgb(236,176,141); }
H1.HeaderClassName
{
color: #ECB08D;
}
.AnyTagClassName
{
color: #ECB08D;
}
</style>
background-color css
<style>
a { background-color: #ECB08D; }
a { background-color: rgb(236,176,141); }
div.DivClassName
{
background-color: #ECB08D;
}
.BgClassName
{
background-color: #ECB08D;
}
</style>
border-color css
<style>
span { border-color: #ECB08D; }
span { border-color: rgb(236,176,141); }
td.TdClassName
{
border-color: #ECB08D;
}
.TagClassName
{
border-color: #ECB08D;
}
</style>