Shades of Mandys Pink #EEB08D
Tints of Mandys Pink #EEB08D
RGB
CMYK
RGB Variations
Color information
#EEB08D (or 0xEEB08D) is known color: Mandys Pink. HEX triplet: EE, B0 and 8D. RGB value is (238,176,141). Sum of RGB (Red+Green+Blue) = 238+176+141=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB08D is #114F72. Grayscale: #BEBEBE. Windows color (decimal): -1134451 or 9285870. OLE color: 9285870.
HSL color Cylindrical-coordinate representation of color #EEB08D: hue angle of 21.65º 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 #EEB08D is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 141 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.07 |
| HSL | 21.65º | 0.74% | 0.74% | - |
| HSV(B) | 21.65º | 0.41% | 0.93% | - |
| XYZ | 55.59 | 51.15 | 32.14 | - |
| YUV | 190.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 141 | 0 | 0.26 | 0.41 | 0.07 | 21.65 | 0.74 | 0.74 |
| Hex | EE | B0 | 8D | 0 | 1A | 29 | 7 | 16 | 4A | 4A |
| Octal | 356 | 260 | 215 | 0 | 32 | 51 | 7 | 26 | 112 | 112 |
| Binary | 11101110 | 10110000 | 10001101 | 0 | 11010 | 101001 | 111 | 10110 | 1001010 | 1001010 |
Color Harmonies of #EEB08D
Complementary color
Monochromatic Colors of #EEB08D
Black with #EEB08D
Text Example
Text Example
White with #EEB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB08D; }
p { color: rgb(238,176,141); }
H1.HeaderClassName
{
color: #EEB08D;
}
.AnyTagClassName
{
color: #EEB08D;
}
</style>
background-color css
<style>
a { background-color: #EEB08D; }
a { background-color: rgb(238,176,141); }
div.DivClassName
{
background-color: #EEB08D;
}
.BgClassName
{
background-color: #EEB08D;
}
</style>
border-color css
<style>
span { border-color: #EEB08D; }
span { border-color: rgb(238,176,141); }
td.TdClassName
{
border-color: #EEB08D;
}
.TagClassName
{
border-color: #EEB08D;
}
</style>