Shades of Mandys Pink #EEB990
Tints of Mandys Pink #EEB990
RGB
CMYK
RGB Variations
Color information
#EEB990 (or 0xEEB990) is known color: Mandys Pink. HEX triplet: EE, B9 and 90. RGB value is (238,185,144). Sum of RGB (Red+Green+Blue) = 238+185+144=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB990 is #11466F. Grayscale: #C4C4C4. Windows color (decimal): -1132144 or 9484782. OLE color: 9484782.
HSL color Cylindrical-coordinate representation of color #EEB990: hue angle of 26.17º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EEB990 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 144 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.07 |
| HSL | 26.17º | 0.73% | 0.75% | - |
| HSV(B) | 26.17º | 0.39% | 0.93% | - |
| XYZ | 57.64 | 54.89 | 33.94 | - |
| YUV | 196.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 144 | 0 | 0.22 | 0.39 | 0.07 | 26.17 | 0.73 | 0.75 |
| Hex | EE | B9 | 90 | 0 | 16 | 27 | 7 | 1A | 49 | 4B |
| Octal | 356 | 271 | 220 | 0 | 26 | 47 | 7 | 32 | 111 | 113 |
| Binary | 11101110 | 10111001 | 10010000 | 0 | 10110 | 100111 | 111 | 11010 | 1001001 | 1001011 |
Color Harmonies of #EEB990
Complementary color
Monochromatic Colors of #EEB990
Black with #EEB990
Text Example
Text Example
White with #EEB990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB990; }
p { color: rgb(238,185,144); }
H1.HeaderClassName
{
color: #EEB990;
}
.AnyTagClassName
{
color: #EEB990;
}
</style>
background-color css
<style>
a { background-color: #EEB990; }
a { background-color: rgb(238,185,144); }
div.DivClassName
{
background-color: #EEB990;
}
.BgClassName
{
background-color: #EEB990;
}
</style>
border-color css
<style>
span { border-color: #EEB990; }
span { border-color: rgb(238,185,144); }
td.TdClassName
{
border-color: #EEB990;
}
.TagClassName
{
border-color: #EEB990;
}
</style>