Shades of Mandys Pink #ECB08F
Tints of Mandys Pink #ECB08F
RGB
CMYK
RGB Variations
Color information
#ECB08F (or 0xECB08F) is known color: Mandys Pink. HEX triplet: EC, B0 and 8F. RGB value is (236,176,143). Sum of RGB (Red+Green+Blue) = 236+176+143=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB08F is #134F70. Grayscale: #BEBEBE. Windows color (decimal): -1265521 or 9416940. OLE color: 9416940.
HSL color Cylindrical-coordinate representation of color #ECB08F: hue angle of 21.29º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECB08F is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 143 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.07 |
| HSL | 21.29º | 0.71% | 0.74% | - |
| HSV(B) | 21.29º | 0.39% | 0.93% | - |
| XYZ | 55.08 | 50.87 | 32.9 | - |
| YUV | 190.18 | 101.38 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 143 | 0 | 0.25 | 0.39 | 0.07 | 21.29 | 0.71 | 0.74 |
| Hex | EC | B0 | 8F | 0 | 19 | 27 | 7 | 15 | 47 | 4A |
| Octal | 354 | 260 | 217 | 0 | 31 | 47 | 7 | 25 | 107 | 112 |
| Binary | 11101100 | 10110000 | 10001111 | 0 | 11001 | 100111 | 111 | 10101 | 1000111 | 1001010 |
Color Harmonies of #ECB08F
Complementary color
Monochromatic Colors of #ECB08F
Black with #ECB08F
Text Example
Text Example
White with #ECB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB08F; }
p { color: rgb(236,176,143); }
H1.HeaderClassName
{
color: #ECB08F;
}
.AnyTagClassName
{
color: #ECB08F;
}
</style>
background-color css
<style>
a { background-color: #ECB08F; }
a { background-color: rgb(236,176,143); }
div.DivClassName
{
background-color: #ECB08F;
}
.BgClassName
{
background-color: #ECB08F;
}
</style>
border-color css
<style>
span { border-color: #ECB08F; }
span { border-color: rgb(236,176,143); }
td.TdClassName
{
border-color: #ECB08F;
}
.TagClassName
{
border-color: #ECB08F;
}
</style>