Shades of Mandys Pink #EABA99
Tints of Mandys Pink #EABA99
RGB
CMYK
RGB Variations
Color information
#EABA99 (or 0xEABA99) is known color: Mandys Pink. HEX triplet: EA, BA and 99. RGB value is (234,186,153). Sum of RGB (Red+Green+Blue) = 234+186+153=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 153 (60.16% from 255 or 26.70% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABA99 is #154566. Grayscale: #C4C4C4. Windows color (decimal): -1394023 or 10074858. OLE color: 10074858.
HSL color Cylindrical-coordinate representation of color #EABA99: hue angle of 24.44º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EABA99 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 153 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.08 |
| HSL | 24.44º | 0.66% | 0.76% | - |
| HSV(B) | 24.44º | 0.35% | 0.92% | - |
| XYZ | 57.24 | 54.91 | 37.72 | - |
| YUV | 196.59 | 103.4 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 153 | 0 | 0.21 | 0.35 | 0.08 | 24.44 | 0.66 | 0.76 |
| Hex | EA | BA | 99 | 0 | 15 | 23 | 8 | 18 | 42 | 4C |
| Octal | 352 | 272 | 231 | 0 | 25 | 43 | 10 | 30 | 102 | 114 |
| Binary | 11101010 | 10111010 | 10011001 | 0 | 10101 | 100011 | 1000 | 11000 | 1000010 | 1001100 |
Color Harmonies of #EABA99
Complementary color
Monochromatic Colors of #EABA99
Black with #EABA99
Text Example
Text Example
White with #EABA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA99; }
p { color: rgb(234,186,153); }
H1.HeaderClassName
{
color: #EABA99;
}
.AnyTagClassName
{
color: #EABA99;
}
</style>
background-color css
<style>
a { background-color: #EABA99; }
a { background-color: rgb(234,186,153); }
div.DivClassName
{
background-color: #EABA99;
}
.BgClassName
{
background-color: #EABA99;
}
</style>
border-color css
<style>
span { border-color: #EABA99; }
span { border-color: rgb(234,186,153); }
td.TdClassName
{
border-color: #EABA99;
}
.TagClassName
{
border-color: #EABA99;
}
</style>