Shades of Mandys Pink #ECB28F
Tints of Mandys Pink #ECB28F
RGB
CMYK
RGB Variations
Color information
#ECB28F (or 0xECB28F) is known color: Mandys Pink. HEX triplet: EC, B2 and 8F. RGB value is (236,178,143). Sum of RGB (Red+Green+Blue) = 236+178+143=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB28F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB28F is #134D70. Grayscale: #BFBFBF. Windows color (decimal): -1265009 or 9417452. OLE color: 9417452.
HSL color Cylindrical-coordinate representation of color #ECB28F: hue angle of 22.58º 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 #ECB28F is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 143 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.07 |
| HSL | 22.58º | 0.71% | 0.74% | - |
| HSV(B) | 22.58º | 0.39% | 0.93% | - |
| XYZ | 55.47 | 51.66 | 33.03 | - |
| YUV | 191.35 | 100.72 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 143 | 0 | 0.25 | 0.39 | 0.07 | 22.58 | 0.71 | 0.74 |
| Hex | EC | B2 | 8F | 0 | 19 | 27 | 7 | 17 | 47 | 4A |
| Octal | 354 | 262 | 217 | 0 | 31 | 47 | 7 | 27 | 107 | 112 |
| Binary | 11101100 | 10110010 | 10001111 | 0 | 11001 | 100111 | 111 | 10111 | 1000111 | 1001010 |
Color Harmonies of #ECB28F
Complementary color
Monochromatic Colors of #ECB28F
Black with #ECB28F
Text Example
Text Example
White with #ECB28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB28F; }
p { color: rgb(236,178,143); }
H1.HeaderClassName
{
color: #ECB28F;
}
.AnyTagClassName
{
color: #ECB28F;
}
</style>
background-color css
<style>
a { background-color: #ECB28F; }
a { background-color: rgb(236,178,143); }
div.DivClassName
{
background-color: #ECB28F;
}
.BgClassName
{
background-color: #ECB28F;
}
</style>
border-color css
<style>
span { border-color: #ECB28F; }
span { border-color: rgb(236,178,143); }
td.TdClassName
{
border-color: #ECB28F;
}
.TagClassName
{
border-color: #ECB28F;
}
</style>