Shades of Mandys Pink #EEB394
Tints of Mandys Pink #EEB394
RGB
CMYK
RGB Variations
Color information
#EEB394 (or 0xEEB394) is known color: Mandys Pink. HEX triplet: EE, B3 and 94. RGB value is (238,179,148). Sum of RGB (Red+Green+Blue) = 238+179+148=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB394 is #114C6B. Grayscale: #C1C1C1. Windows color (decimal): -1133676 or 9745390. OLE color: 9745390.
HSL color Cylindrical-coordinate representation of color #EEB394: hue angle of 20.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEB394 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 148 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.07 |
| HSL | 20.67º | 0.73% | 0.76% | - |
| HSV(B) | 20.67º | 0.38% | 0.93% | - |
| XYZ | 56.73 | 52.56 | 35.17 | - |
| YUV | 193.11 | 102.55 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 148 | 0 | 0.25 | 0.38 | 0.07 | 20.67 | 0.73 | 0.76 |
| Hex | EE | B3 | 94 | 0 | 19 | 26 | 7 | 15 | 49 | 4C |
| Octal | 356 | 263 | 224 | 0 | 31 | 46 | 7 | 25 | 111 | 114 |
| Binary | 11101110 | 10110011 | 10010100 | 0 | 11001 | 100110 | 111 | 10101 | 1001001 | 1001100 |
Color Harmonies of #EEB394
Complementary color
Monochromatic Colors of #EEB394
Black with #EEB394
Text Example
Text Example
White with #EEB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB394; }
p { color: rgb(238,179,148); }
H1.HeaderClassName
{
color: #EEB394;
}
.AnyTagClassName
{
color: #EEB394;
}
</style>
background-color css
<style>
a { background-color: #EEB394; }
a { background-color: rgb(238,179,148); }
div.DivClassName
{
background-color: #EEB394;
}
.BgClassName
{
background-color: #EEB394;
}
</style>
border-color css
<style>
span { border-color: #EEB394; }
span { border-color: rgb(238,179,148); }
td.TdClassName
{
border-color: #EEB394;
}
.TagClassName
{
border-color: #EEB394;
}
</style>