Shades of Mandys Pink #EABC9C
Tints of Mandys Pink #EABC9C
RGB
CMYK
RGB Variations
Color information
#EABC9C (or 0xEABC9C) is known color: Mandys Pink. HEX triplet: EA, BC and 9C. RGB value is (234,188,156). Sum of RGB (Red+Green+Blue) = 234+188+156=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC9C is #154363. Grayscale: #C6C6C6. Windows color (decimal): -1393508 or 10271978. OLE color: 10271978.
HSL color Cylindrical-coordinate representation of color #EABC9C: hue angle of 24.62º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EABC9C is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 156 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.08 |
| HSL | 24.62º | 0.65% | 0.76% | - |
| HSV(B) | 24.62º | 0.33% | 0.92% | - |
| XYZ | 57.92 | 55.86 | 39.18 | - |
| YUV | 198.11 | 104.24 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 156 | 0 | 0.20 | 0.33 | 0.08 | 24.62 | 0.65 | 0.76 |
| Hex | EA | BC | 9C | 0 | 14 | 21 | 8 | 19 | 41 | 4C |
| Octal | 352 | 274 | 234 | 0 | 24 | 41 | 10 | 31 | 101 | 114 |
| Binary | 11101010 | 10111100 | 10011100 | 0 | 10100 | 100001 | 1000 | 11001 | 1000001 | 1001100 |
Color Harmonies of #EABC9C
Complementary color
Monochromatic Colors of #EABC9C
Black with #EABC9C
Text Example
Text Example
White with #EABC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC9C; }
p { color: rgb(234,188,156); }
H1.HeaderClassName
{
color: #EABC9C;
}
.AnyTagClassName
{
color: #EABC9C;
}
</style>
background-color css
<style>
a { background-color: #EABC9C; }
a { background-color: rgb(234,188,156); }
div.DivClassName
{
background-color: #EABC9C;
}
.BgClassName
{
background-color: #EABC9C;
}
</style>
border-color css
<style>
span { border-color: #EABC9C; }
span { border-color: rgb(234,188,156); }
td.TdClassName
{
border-color: #EABC9C;
}
.TagClassName
{
border-color: #EABC9C;
}
</style>