Shades of Mandys Pink #EAB996
Tints of Mandys Pink #EAB996
RGB
CMYK
RGB Variations
Color information
#EAB996 (or 0xEAB996) is known color: Mandys Pink. HEX triplet: EA, B9 and 96. RGB value is (234,185,150). Sum of RGB (Red+Green+Blue) = 234+185+150=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB996 is #154669. Grayscale: #C3C3C3. Windows color (decimal): -1394282 or 9877994. OLE color: 9877994.
HSL color Cylindrical-coordinate representation of color #EAB996: hue angle of 25º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAB996 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 150 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.08 |
| HSL | 25º | 0.67% | 0.75% | - |
| HSV(B) | 25º | 0.36% | 0.92% | - |
| XYZ | 56.79 | 54.39 | 36.36 | - |
| YUV | 195.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 150 | 0 | 0.21 | 0.36 | 0.08 | 25 | 0.67 | 0.75 |
| Hex | EA | B9 | 96 | 0 | 15 | 24 | 8 | 19 | 43 | 4B |
| Octal | 352 | 271 | 226 | 0 | 25 | 44 | 10 | 31 | 103 | 113 |
| Binary | 11101010 | 10111001 | 10010110 | 0 | 10101 | 100100 | 1000 | 11001 | 1000011 | 1001011 |
Color Harmonies of #EAB996
Complementary color
Monochromatic Colors of #EAB996
Black with #EAB996
Text Example
Text Example
White with #EAB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB996; }
p { color: rgb(234,185,150); }
H1.HeaderClassName
{
color: #EAB996;
}
.AnyTagClassName
{
color: #EAB996;
}
</style>
background-color css
<style>
a { background-color: #EAB996; }
a { background-color: rgb(234,185,150); }
div.DivClassName
{
background-color: #EAB996;
}
.BgClassName
{
background-color: #EAB996;
}
</style>
border-color css
<style>
span { border-color: #EAB996; }
span { border-color: rgb(234,185,150); }
td.TdClassName
{
border-color: #EAB996;
}
.TagClassName
{
border-color: #EAB996;
}
</style>