Shades of Mandys Pink #ECB38F
Tints of Mandys Pink #ECB38F
RGB
CMYK
RGB Variations
Color information
#ECB38F (or 0xECB38F) is known color: Mandys Pink. HEX triplet: EC, B3 and 8F. RGB value is (236,179,143). Sum of RGB (Red+Green+Blue) = 236+179+143=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB38F is #134C70. Grayscale: #C0C0C0. Windows color (decimal): -1264753 or 9417708. OLE color: 9417708.
HSL color Cylindrical-coordinate representation of color #ECB38F: hue angle of 23.23º 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 #ECB38F is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 143 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.07 |
| HSL | 23.23º | 0.71% | 0.74% | - |
| HSV(B) | 23.23º | 0.39% | 0.93% | - |
| XYZ | 55.67 | 52.06 | 33.1 | - |
| YUV | 191.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 143 | 0 | 0.24 | 0.39 | 0.07 | 23.23 | 0.71 | 0.74 |
| Hex | EC | B3 | 8F | 0 | 18 | 27 | 7 | 17 | 47 | 4A |
| Octal | 354 | 263 | 217 | 0 | 30 | 47 | 7 | 27 | 107 | 112 |
| Binary | 11101100 | 10110011 | 10001111 | 0 | 11000 | 100111 | 111 | 10111 | 1000111 | 1001010 |
Color Harmonies of #ECB38F
Complementary color
Monochromatic Colors of #ECB38F
Black with #ECB38F
Text Example
Text Example
White with #ECB38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB38F; }
p { color: rgb(236,179,143); }
H1.HeaderClassName
{
color: #ECB38F;
}
.AnyTagClassName
{
color: #ECB38F;
}
</style>
background-color css
<style>
a { background-color: #ECB38F; }
a { background-color: rgb(236,179,143); }
div.DivClassName
{
background-color: #ECB38F;
}
.BgClassName
{
background-color: #ECB38F;
}
</style>
border-color css
<style>
span { border-color: #ECB38F; }
span { border-color: rgb(236,179,143); }
td.TdClassName
{
border-color: #ECB38F;
}
.TagClassName
{
border-color: #ECB38F;
}
</style>