Shades of Mandys Pink #ECB795
Tints of Mandys Pink #ECB795
RGB
CMYK
RGB Variations
Color information
#ECB795 (or 0xECB795) is known color: Mandys Pink. HEX triplet: EC, B7 and 95. RGB value is (236,183,149). Sum of RGB (Red+Green+Blue) = 236+183+149=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB795 is #13486A. Grayscale: #C3C3C3. Windows color (decimal): -1263723 or 9811948. OLE color: 9811948.
HSL color Cylindrical-coordinate representation of color #ECB795: hue angle of 23.45º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECB795 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 149 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.07 |
| HSL | 23.45º | 0.7% | 0.75% | - |
| HSV(B) | 23.45º | 0.37% | 0.93% | - |
| XYZ | 56.95 | 53.87 | 35.83 | - |
| YUV | 194.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 149 | 0 | 0.22 | 0.37 | 0.07 | 23.45 | 0.7 | 0.75 |
| Hex | EC | B7 | 95 | 0 | 16 | 25 | 7 | 17 | 46 | 4B |
| Octal | 354 | 267 | 225 | 0 | 26 | 45 | 7 | 27 | 106 | 113 |
| Binary | 11101100 | 10110111 | 10010101 | 0 | 10110 | 100101 | 111 | 10111 | 1000110 | 1001011 |
Color Harmonies of #ECB795
Complementary color
Monochromatic Colors of #ECB795
Black with #ECB795
Text Example
Text Example
White with #ECB795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB795; }
p { color: rgb(236,183,149); }
H1.HeaderClassName
{
color: #ECB795;
}
.AnyTagClassName
{
color: #ECB795;
}
</style>
background-color css
<style>
a { background-color: #ECB795; }
a { background-color: rgb(236,183,149); }
div.DivClassName
{
background-color: #ECB795;
}
.BgClassName
{
background-color: #ECB795;
}
</style>
border-color css
<style>
span { border-color: #ECB795; }
span { border-color: rgb(236,183,149); }
td.TdClassName
{
border-color: #ECB795;
}
.TagClassName
{
border-color: #ECB795;
}
</style>