Shades of Mandys Pink #EAB898
Tints of Mandys Pink #EAB898
RGB
CMYK
RGB Variations
Color information
#EAB898 (or 0xEAB898) is known color: Mandys Pink. HEX triplet: EA, B8 and 98. RGB value is (234,184,152). Sum of RGB (Red+Green+Blue) = 234+184+152=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB898 is #154767. Grayscale: #C3C3C3. Windows color (decimal): -1394536 or 10008810. OLE color: 10008810.
HSL color Cylindrical-coordinate representation of color #EAB898: hue angle of 23.41º 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 #EAB898 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 152 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.08 |
| HSL | 23.41º | 0.66% | 0.76% | - |
| HSV(B) | 23.41º | 0.35% | 0.92% | - |
| XYZ | 56.74 | 54.04 | 37.15 | - |
| YUV | 195.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 152 | 0 | 0.21 | 0.35 | 0.08 | 23.41 | 0.66 | 0.76 |
| Hex | EA | B8 | 98 | 0 | 15 | 23 | 8 | 17 | 42 | 4C |
| Octal | 352 | 270 | 230 | 0 | 25 | 43 | 10 | 27 | 102 | 114 |
| Binary | 11101010 | 10111000 | 10011000 | 0 | 10101 | 100011 | 1000 | 10111 | 1000010 | 1001100 |
Color Harmonies of #EAB898
Complementary color
Monochromatic Colors of #EAB898
Black with #EAB898
Text Example
Text Example
White with #EAB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB898; }
p { color: rgb(234,184,152); }
H1.HeaderClassName
{
color: #EAB898;
}
.AnyTagClassName
{
color: #EAB898;
}
</style>
background-color css
<style>
a { background-color: #EAB898; }
a { background-color: rgb(234,184,152); }
div.DivClassName
{
background-color: #EAB898;
}
.BgClassName
{
background-color: #EAB898;
}
</style>
border-color css
<style>
span { border-color: #EAB898; }
span { border-color: rgb(234,184,152); }
td.TdClassName
{
border-color: #EAB898;
}
.TagClassName
{
border-color: #EAB898;
}
</style>