Shades of Mandys Pink #EEB296
Tints of Mandys Pink #EEB296
RGB
CMYK
RGB Variations
Color information
#EEB296 (or 0xEEB296) is known color: Mandys Pink. HEX triplet: EE, B2 and 96. RGB value is (238,178,150). Sum of RGB (Red+Green+Blue) = 238+178+150=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEB296 is #114D69. Grayscale: #C0C0C0. Windows color (decimal): -1133930 or 9876206. OLE color: 9876206.
HSL color Cylindrical-coordinate representation of color #EEB296: hue angle of 19.09º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEB296 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 178 | 150 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.07 |
| HSL | 19.09º | 0.72% | 0.76% | - |
| HSV(B) | 19.09º | 0.37% | 0.93% | - |
| XYZ | 56.69 | 52.22 | 35.95 | - |
| YUV | 192.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 178 | 150 | 0 | 0.25 | 0.37 | 0.07 | 19.09 | 0.72 | 0.76 |
| Hex | EE | B2 | 96 | 0 | 19 | 25 | 7 | 13 | 48 | 4C |
| Octal | 356 | 262 | 226 | 0 | 31 | 45 | 7 | 23 | 110 | 114 |
| Binary | 11101110 | 10110010 | 10010110 | 0 | 11001 | 100101 | 111 | 10011 | 1001000 | 1001100 |
Color Harmonies of #EEB296
Complementary color
Monochromatic Colors of #EEB296
Black with #EEB296
Text Example
Text Example
White with #EEB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB296; }
p { color: rgb(238,178,150); }
H1.HeaderClassName
{
color: #EEB296;
}
.AnyTagClassName
{
color: #EEB296;
}
</style>
background-color css
<style>
a { background-color: #EEB296; }
a { background-color: rgb(238,178,150); }
div.DivClassName
{
background-color: #EEB296;
}
.BgClassName
{
background-color: #EEB296;
}
</style>
border-color css
<style>
span { border-color: #EEB296; }
span { border-color: rgb(238,178,150); }
td.TdClassName
{
border-color: #EEB296;
}
.TagClassName
{
border-color: #EEB296;
}
</style>