Shades of Mandys Pink #EAB99B
Tints of Mandys Pink #EAB99B
RGB
CMYK
RGB Variations
Color information
#EAB99B (or 0xEAB99B) is known color: Mandys Pink. HEX triplet: EA, B9 and 9B. RGB value is (234,185,155). Sum of RGB (Red+Green+Blue) = 234+185+155=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB99B is #154664. Grayscale: #C4C4C4. Windows color (decimal): -1394277 or 10205674. OLE color: 10205674.
HSL color Cylindrical-coordinate representation of color #EAB99B: hue angle of 22.78º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAB99B is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 155 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.08 |
| HSL | 22.78º | 0.65% | 0.76% | - |
| HSV(B) | 22.78º | 0.34% | 0.92% | - |
| XYZ | 57.2 | 54.56 | 38.53 | - |
| YUV | 196.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 155 | 0 | 0.21 | 0.34 | 0.08 | 22.78 | 0.65 | 0.76 |
| Hex | EA | B9 | 9B | 0 | 15 | 22 | 8 | 17 | 41 | 4C |
| Octal | 352 | 271 | 233 | 0 | 25 | 42 | 10 | 27 | 101 | 114 |
| Binary | 11101010 | 10111001 | 10011011 | 0 | 10101 | 100010 | 1000 | 10111 | 1000001 | 1001100 |
Color Harmonies of #EAB99B
Complementary color
Monochromatic Colors of #EAB99B
Black with #EAB99B
Text Example
Text Example
White with #EAB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB99B; }
p { color: rgb(234,185,155); }
H1.HeaderClassName
{
color: #EAB99B;
}
.AnyTagClassName
{
color: #EAB99B;
}
</style>
background-color css
<style>
a { background-color: #EAB99B; }
a { background-color: rgb(234,185,155); }
div.DivClassName
{
background-color: #EAB99B;
}
.BgClassName
{
background-color: #EAB99B;
}
</style>
border-color css
<style>
span { border-color: #EAB99B; }
span { border-color: rgb(234,185,155); }
td.TdClassName
{
border-color: #EAB99B;
}
.TagClassName
{
border-color: #EAB99B;
}
</style>