Shades of Mandys Pink #EEBD9B
Tints of Mandys Pink #EEBD9B
RGB
CMYK
RGB Variations
Color information
#EEBD9B (or 0xEEBD9B) is known color: Mandys Pink. HEX triplet: EE, BD and 9B. RGB value is (238,189,155). Sum of RGB (Red+Green+Blue) = 238+189+155=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBD9B is #114264. Grayscale: #C7C7C7. Windows color (decimal): -1131109 or 10206702. OLE color: 10206702.
HSL color Cylindrical-coordinate representation of color #EEBD9B: hue angle of 24.58º 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 #EEBD9B is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 155 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.07 |
| HSL | 24.58º | 0.71% | 0.77% | - |
| HSV(B) | 24.58º | 0.35% | 0.93% | - |
| XYZ | 59.37 | 56.94 | 38.87 | - |
| YUV | 199.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 155 | 0 | 0.21 | 0.35 | 0.07 | 24.58 | 0.71 | 0.77 |
| Hex | EE | BD | 9B | 0 | 15 | 23 | 7 | 19 | 47 | 4D |
| Octal | 356 | 275 | 233 | 0 | 25 | 43 | 7 | 31 | 107 | 115 |
| Binary | 11101110 | 10111101 | 10011011 | 0 | 10101 | 100011 | 111 | 11001 | 1000111 | 1001101 |
Color Harmonies of #EEBD9B
Complementary color
Monochromatic Colors of #EEBD9B
Black with #EEBD9B
Text Example
Text Example
White with #EEBD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBD9B; }
p { color: rgb(238,189,155); }
H1.HeaderClassName
{
color: #EEBD9B;
}
.AnyTagClassName
{
color: #EEBD9B;
}
</style>
background-color css
<style>
a { background-color: #EEBD9B; }
a { background-color: rgb(238,189,155); }
div.DivClassName
{
background-color: #EEBD9B;
}
.BgClassName
{
background-color: #EEBD9B;
}
</style>
border-color css
<style>
span { border-color: #EEBD9B; }
span { border-color: rgb(238,189,155); }
td.TdClassName
{
border-color: #EEBD9B;
}
.TagClassName
{
border-color: #EEBD9B;
}
</style>