Shades of Mandys Pink #ECB696
Tints of Mandys Pink #ECB696
RGB
CMYK
RGB Variations
Color information
#ECB696 (or 0xECB696) is known color: Mandys Pink. HEX triplet: EC, B6 and 96. RGB value is (236,182,150). Sum of RGB (Red+Green+Blue) = 236+182+150=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB696 is #134969. Grayscale: #C2C2C2. Windows color (decimal): -1263978 or 9877228. OLE color: 9877228.
HSL color Cylindrical-coordinate representation of color #ECB696: hue angle of 22.33º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECB696 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 150 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.07 |
| HSL | 22.33º | 0.69% | 0.76% | - |
| HSV(B) | 22.33º | 0.36% | 0.93% | - |
| XYZ | 56.83 | 53.49 | 36.18 | - |
| YUV | 194.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 150 | 0 | 0.23 | 0.36 | 0.07 | 22.33 | 0.69 | 0.76 |
| Hex | EC | B6 | 96 | 0 | 17 | 24 | 7 | 16 | 45 | 4C |
| Octal | 354 | 266 | 226 | 0 | 27 | 44 | 7 | 26 | 105 | 114 |
| Binary | 11101100 | 10110110 | 10010110 | 0 | 10111 | 100100 | 111 | 10110 | 1000101 | 1001100 |
Color Harmonies of #ECB696
Complementary color
Monochromatic Colors of #ECB696
Black with #ECB696
Text Example
Text Example
White with #ECB696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB696; }
p { color: rgb(236,182,150); }
H1.HeaderClassName
{
color: #ECB696;
}
.AnyTagClassName
{
color: #ECB696;
}
</style>
background-color css
<style>
a { background-color: #ECB696; }
a { background-color: rgb(236,182,150); }
div.DivClassName
{
background-color: #ECB696;
}
.BgClassName
{
background-color: #ECB696;
}
</style>
border-color css
<style>
span { border-color: #ECB696; }
span { border-color: rgb(236,182,150); }
td.TdClassName
{
border-color: #ECB696;
}
.TagClassName
{
border-color: #ECB696;
}
</style>