Shades of Mandys Pink #EEBD9A
Tints of Mandys Pink #EEBD9A
RGB
CMYK
RGB Variations
Color information
#EEBD9A (or 0xEEBD9A) is known color: Mandys Pink. HEX triplet: EE, BD and 9A. RGB value is (238,189,154). Sum of RGB (Red+Green+Blue) = 238+189+154=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBD9A is #114265. Grayscale: #C7C7C7. Windows color (decimal): -1131110 or 10141166. OLE color: 10141166.
HSL color Cylindrical-coordinate representation of color #EEBD9A: hue angle of 25º 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 #EEBD9A is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 154 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.07 |
| HSL | 25º | 0.71% | 0.77% | - |
| HSV(B) | 25º | 0.35% | 0.93% | - |
| XYZ | 59.29 | 56.91 | 38.43 | - |
| YUV | 199.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 154 | 0 | 0.21 | 0.35 | 0.07 | 25 | 0.71 | 0.77 |
| Hex | EE | BD | 9A | 0 | 15 | 23 | 7 | 19 | 47 | 4D |
| Octal | 356 | 275 | 232 | 0 | 25 | 43 | 7 | 31 | 107 | 115 |
| Binary | 11101110 | 10111101 | 10011010 | 0 | 10101 | 100011 | 111 | 11001 | 1000111 | 1001101 |
Color Harmonies of #EEBD9A
Complementary color
Monochromatic Colors of #EEBD9A
Black with #EEBD9A
Text Example
Text Example
White with #EEBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBD9A; }
p { color: rgb(238,189,154); }
H1.HeaderClassName
{
color: #EEBD9A;
}
.AnyTagClassName
{
color: #EEBD9A;
}
</style>
background-color css
<style>
a { background-color: #EEBD9A; }
a { background-color: rgb(238,189,154); }
div.DivClassName
{
background-color: #EEBD9A;
}
.BgClassName
{
background-color: #EEBD9A;
}
</style>
border-color css
<style>
span { border-color: #EEBD9A; }
span { border-color: rgb(238,189,154); }
td.TdClassName
{
border-color: #EEBD9A;
}
.TagClassName
{
border-color: #EEBD9A;
}
</style>