Shades of Mandys Pink #EEAC8D
Tints of Mandys Pink #EEAC8D
RGB
CMYK
RGB Variations
Color information
#EEAC8D (or 0xEEAC8D) is known color: Mandys Pink. HEX triplet: EE, AC and 8D. RGB value is (238,172,141). Sum of RGB (Red+Green+Blue) = 238+172+141=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAC8D is #115372. Grayscale: #BCBCBC. Windows color (decimal): -1135475 or 9284846. OLE color: 9284846.
HSL color Cylindrical-coordinate representation of color #EEAC8D: hue angle of 19.18º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEAC8D is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 141 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.07 |
| HSL | 19.18º | 0.74% | 0.74% | - |
| HSV(B) | 19.18º | 0.41% | 0.93% | - |
| XYZ | 54.82 | 49.61 | 31.88 | - |
| YUV | 188.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 141 | 0 | 0.28 | 0.41 | 0.07 | 19.18 | 0.74 | 0.74 |
| Hex | EE | AC | 8D | 0 | 1C | 29 | 7 | 13 | 4A | 4A |
| Octal | 356 | 254 | 215 | 0 | 34 | 51 | 7 | 23 | 112 | 112 |
| Binary | 11101110 | 10101100 | 10001101 | 0 | 11100 | 101001 | 111 | 10011 | 1001010 | 1001010 |
Color Harmonies of #EEAC8D
Complementary color
Monochromatic Colors of #EEAC8D
Black with #EEAC8D
Text Example
Text Example
White with #EEAC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAC8D; }
p { color: rgb(238,172,141); }
H1.HeaderClassName
{
color: #EEAC8D;
}
.AnyTagClassName
{
color: #EEAC8D;
}
</style>
background-color css
<style>
a { background-color: #EEAC8D; }
a { background-color: rgb(238,172,141); }
div.DivClassName
{
background-color: #EEAC8D;
}
.BgClassName
{
background-color: #EEAC8D;
}
</style>
border-color css
<style>
span { border-color: #EEAC8D; }
span { border-color: rgb(238,172,141); }
td.TdClassName
{
border-color: #EEAC8D;
}
.TagClassName
{
border-color: #EEAC8D;
}
</style>