Shades of Mandys Pink #ECB08C
Tints of Mandys Pink #ECB08C
RGB
CMYK
RGB Variations
Color information
#ECB08C (or 0xECB08C) is known color: Mandys Pink. HEX triplet: EC, B0 and 8C. RGB value is (236,176,140). Sum of RGB (Red+Green+Blue) = 236+176+140=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB08C is #134F73. Grayscale: #BEBEBE. Windows color (decimal): -1265524 or 9220332. OLE color: 9220332.
HSL color Cylindrical-coordinate representation of color #ECB08C: hue angle of 22.5º 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 #ECB08C is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 140 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.07 |
| HSL | 22.5º | 0.72% | 0.74% | - |
| HSV(B) | 22.5º | 0.41% | 0.93% | - |
| XYZ | 54.85 | 50.78 | 31.72 | - |
| YUV | 189.84 | 99.88 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 140 | 0 | 0.25 | 0.41 | 0.07 | 22.5 | 0.72 | 0.74 |
| Hex | EC | B0 | 8C | 0 | 19 | 29 | 7 | 16 | 48 | 4A |
| Octal | 354 | 260 | 214 | 0 | 31 | 51 | 7 | 26 | 110 | 112 |
| Binary | 11101100 | 10110000 | 10001100 | 0 | 11001 | 101001 | 111 | 10110 | 1001000 | 1001010 |
Color Harmonies of #ECB08C
Complementary color
Monochromatic Colors of #ECB08C
Black with #ECB08C
Text Example
Text Example
White with #ECB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB08C; }
p { color: rgb(236,176,140); }
H1.HeaderClassName
{
color: #ECB08C;
}
.AnyTagClassName
{
color: #ECB08C;
}
</style>
background-color css
<style>
a { background-color: #ECB08C; }
a { background-color: rgb(236,176,140); }
div.DivClassName
{
background-color: #ECB08C;
}
.BgClassName
{
background-color: #ECB08C;
}
</style>
border-color css
<style>
span { border-color: #ECB08C; }
span { border-color: rgb(236,176,140); }
td.TdClassName
{
border-color: #ECB08C;
}
.TagClassName
{
border-color: #ECB08C;
}
</style>