Shades of Mandys Pink #EEB99A
Tints of Mandys Pink #EEB99A
RGB
CMYK
RGB Variations
Color information
#EEB99A (or 0xEEB99A) is known color: Mandys Pink. HEX triplet: EE, B9 and 9A. RGB value is (238,185,154). Sum of RGB (Red+Green+Blue) = 238+185+154=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB99A is #114665. Grayscale: #C5C5C5. Windows color (decimal): -1132134 or 10140142. OLE color: 10140142.
HSL color Cylindrical-coordinate representation of color #EEB99A: hue angle of 22.14º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EEB99A is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 154 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.07 |
| HSL | 22.14º | 0.71% | 0.77% | - |
| HSV(B) | 22.14º | 0.35% | 0.93% | - |
| XYZ | 58.44 | 55.21 | 38.15 | - |
| YUV | 197.31 | 103.56 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 154 | 0 | 0.22 | 0.35 | 0.07 | 22.14 | 0.71 | 0.77 |
| Hex | EE | B9 | 9A | 0 | 16 | 23 | 7 | 16 | 47 | 4D |
| Octal | 356 | 271 | 232 | 0 | 26 | 43 | 7 | 26 | 107 | 115 |
| Binary | 11101110 | 10111001 | 10011010 | 0 | 10110 | 100011 | 111 | 10110 | 1000111 | 1001101 |
Color Harmonies of #EEB99A
Complementary color
Monochromatic Colors of #EEB99A
Black with #EEB99A
Text Example
Text Example
White with #EEB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB99A; }
p { color: rgb(238,185,154); }
H1.HeaderClassName
{
color: #EEB99A;
}
.AnyTagClassName
{
color: #EEB99A;
}
</style>
background-color css
<style>
a { background-color: #EEB99A; }
a { background-color: rgb(238,185,154); }
div.DivClassName
{
background-color: #EEB99A;
}
.BgClassName
{
background-color: #EEB99A;
}
</style>
border-color css
<style>
span { border-color: #EEB99A; }
span { border-color: rgb(238,185,154); }
td.TdClassName
{
border-color: #EEB99A;
}
.TagClassName
{
border-color: #EEB99A;
}
</style>