Shades of Mandys Pink #EBBC9C
Tints of Mandys Pink #EBBC9C
RGB
CMYK
RGB Variations
Color information
#EBBC9C (or 0xEBBC9C) is known color: Mandys Pink. HEX triplet: EB, BC and 9C. RGB value is (235,188,156). Sum of RGB (Red+Green+Blue) = 235+188+156=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBC9C is #144363. Grayscale: #C6C6C6. Windows color (decimal): -1327972 or 10271979. OLE color: 10271979.
HSL color Cylindrical-coordinate representation of color #EBBC9C: hue angle of 24.3º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBBC9C is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 156 | - |
| CMYK | 0 | 0.2 | 0.34 | 0.08 |
| HSL | 24.3º | 0.66% | 0.77% | - |
| HSV(B) | 24.3º | 0.34% | 0.92% | - |
| XYZ | 58.24 | 56.03 | 39.2 | - |
| YUV | 198.41 | 104.07 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 156 | 0 | 0.2 | 0.34 | 0.08 | 24.3 | 0.66 | 0.77 |
| Hex | EB | BC | 9C | 0 | 14 | 22 | 8 | 18 | 42 | 4D |
| Octal | 353 | 274 | 234 | 0 | 24 | 42 | 10 | 30 | 102 | 115 |
| Binary | 11101011 | 10111100 | 10011100 | 0 | 10100 | 100010 | 1000 | 11000 | 1000010 | 1001101 |
Color Harmonies of #EBBC9C
Complementary color
Monochromatic Colors of #EBBC9C
Black with #EBBC9C
Text Example
Text Example
White with #EBBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC9C; }
p { color: rgb(235,188,156); }
H1.HeaderClassName
{
color: #EBBC9C;
}
.AnyTagClassName
{
color: #EBBC9C;
}
</style>
background-color css
<style>
a { background-color: #EBBC9C; }
a { background-color: rgb(235,188,156); }
div.DivClassName
{
background-color: #EBBC9C;
}
.BgClassName
{
background-color: #EBBC9C;
}
</style>
border-color css
<style>
span { border-color: #EBBC9C; }
span { border-color: rgb(235,188,156); }
td.TdClassName
{
border-color: #EBBC9C;
}
.TagClassName
{
border-color: #EBBC9C;
}
</style>