Shades of Mandys Pink #EBB395
Tints of Mandys Pink #EBB395
RGB
CMYK
RGB Variations
Color information
#EBB395 (or 0xEBB395) is known color: Mandys Pink. HEX triplet: EB, B3 and 95. RGB value is (235,179,149). Sum of RGB (Red+Green+Blue) = 235+179+149=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 179 (70.31% from 255 or 31.79% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB395 is #144C6A. Grayscale: #C0C0C0. Windows color (decimal): -1330283 or 9810923. OLE color: 9810923.
HSL color Cylindrical-coordinate representation of color #EBB395: hue angle of 20.93º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBB395 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 149 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.08 |
| HSL | 20.93º | 0.68% | 0.75% | - |
| HSV(B) | 20.93º | 0.37% | 0.92% | - |
| XYZ | 55.81 | 52.07 | 35.54 | - |
| YUV | 192.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 149 | 0 | 0.24 | 0.37 | 0.08 | 20.93 | 0.68 | 0.75 |
| Hex | EB | B3 | 95 | 0 | 18 | 25 | 8 | 15 | 44 | 4B |
| Octal | 353 | 263 | 225 | 0 | 30 | 45 | 10 | 25 | 104 | 113 |
| Binary | 11101011 | 10110011 | 10010101 | 0 | 11000 | 100101 | 1000 | 10101 | 1000100 | 1001011 |
Color Harmonies of #EBB395
Complementary color
Monochromatic Colors of #EBB395
Black with #EBB395
Text Example
Text Example
White with #EBB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB395; }
p { color: rgb(235,179,149); }
H1.HeaderClassName
{
color: #EBB395;
}
.AnyTagClassName
{
color: #EBB395;
}
</style>
background-color css
<style>
a { background-color: #EBB395; }
a { background-color: rgb(235,179,149); }
div.DivClassName
{
background-color: #EBB395;
}
.BgClassName
{
background-color: #EBB395;
}
</style>
border-color css
<style>
span { border-color: #EBB395; }
span { border-color: rgb(235,179,149); }
td.TdClassName
{
border-color: #EBB395;
}
.TagClassName
{
border-color: #EBB395;
}
</style>