Shades of Mandys Pink #EBBC9E
Tints of Mandys Pink #EBBC9E
RGB
CMYK
RGB Variations
Color information
#EBBC9E (or 0xEBBC9E) is known color: Mandys Pink. HEX triplet: EB, BC and 9E. RGB value is (235,188,158). Sum of RGB (Red+Green+Blue) = 235+188+158=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBC9E is #144361. Grayscale: #C6C6C6. Windows color (decimal): -1327970 or 10403051. OLE color: 10403051.
HSL color Cylindrical-coordinate representation of color #EBBC9E: hue angle of 23.38º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBBC9E is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 158 | - |
| CMYK | 0 | 0.2 | 0.33 | 0.08 |
| HSL | 23.38º | 0.66% | 0.77% | - |
| HSV(B) | 23.38º | 0.33% | 0.92% | - |
| XYZ | 58.42 | 56.1 | 40.1 | - |
| YUV | 198.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 158 | 0 | 0.2 | 0.33 | 0.08 | 23.38 | 0.66 | 0.77 |
| Hex | EB | BC | 9E | 0 | 14 | 21 | 8 | 17 | 42 | 4D |
| Octal | 353 | 274 | 236 | 0 | 24 | 41 | 10 | 27 | 102 | 115 |
| Binary | 11101011 | 10111100 | 10011110 | 0 | 10100 | 100001 | 1000 | 10111 | 1000010 | 1001101 |
Color Harmonies of #EBBC9E
Complementary color
Monochromatic Colors of #EBBC9E
Black with #EBBC9E
Text Example
Text Example
White with #EBBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBC9E; }
p { color: rgb(235,188,158); }
H1.HeaderClassName
{
color: #EBBC9E;
}
.AnyTagClassName
{
color: #EBBC9E;
}
</style>
background-color css
<style>
a { background-color: #EBBC9E; }
a { background-color: rgb(235,188,158); }
div.DivClassName
{
background-color: #EBBC9E;
}
.BgClassName
{
background-color: #EBBC9E;
}
</style>
border-color css
<style>
span { border-color: #EBBC9E; }
span { border-color: rgb(235,188,158); }
td.TdClassName
{
border-color: #EBBC9E;
}
.TagClassName
{
border-color: #EBBC9E;
}
</style>