Shades of Mandys Pink #EDB89A
Tints of Mandys Pink #EDB89A
RGB
CMYK
RGB Variations
Color information
#EDB89A (or 0xEDB89A) is known color: Mandys Pink. HEX triplet: ED, B8 and 9A. RGB value is (237,184,154). Sum of RGB (Red+Green+Blue) = 237+184+154=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB89A is #124765. Grayscale: #C4C4C4. Windows color (decimal): -1197926 or 10139885. OLE color: 10139885.
HSL color Cylindrical-coordinate representation of color #EDB89A: hue angle of 21.69º degrees, saturation: 0.7, 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 #EDB89A is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 154 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.07 |
| HSL | 21.69º | 0.7% | 0.77% | - |
| HSV(B) | 21.69º | 0.35% | 0.93% | - |
| XYZ | 57.9 | 54.62 | 38.06 | - |
| YUV | 196.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 154 | 0 | 0.22 | 0.35 | 0.07 | 21.69 | 0.7 | 0.77 |
| Hex | ED | B8 | 9A | 0 | 16 | 23 | 7 | 16 | 46 | 4D |
| Octal | 355 | 270 | 232 | 0 | 26 | 43 | 7 | 26 | 106 | 115 |
| Binary | 11101101 | 10111000 | 10011010 | 0 | 10110 | 100011 | 111 | 10110 | 1000110 | 1001101 |
Color Harmonies of #EDB89A
Complementary color
Monochromatic Colors of #EDB89A
Black with #EDB89A
Text Example
Text Example
White with #EDB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB89A; }
p { color: rgb(237,184,154); }
H1.HeaderClassName
{
color: #EDB89A;
}
.AnyTagClassName
{
color: #EDB89A;
}
</style>
background-color css
<style>
a { background-color: #EDB89A; }
a { background-color: rgb(237,184,154); }
div.DivClassName
{
background-color: #EDB89A;
}
.BgClassName
{
background-color: #EDB89A;
}
</style>
border-color css
<style>
span { border-color: #EDB89A; }
span { border-color: rgb(237,184,154); }
td.TdClassName
{
border-color: #EDB89A;
}
.TagClassName
{
border-color: #EDB89A;
}
</style>