Shades of Mandys Pink #EDB38E
Tints of Mandys Pink #EDB38E
RGB
CMYK
RGB Variations
Color information
#EDB38E (or 0xEDB38E) is known color: Mandys Pink. HEX triplet: ED, B3 and 8E. RGB value is (237,179,142). Sum of RGB (Red+Green+Blue) = 237+179+142=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB38E is #124C71. Grayscale: #C0C0C0. Windows color (decimal): -1199218 or 9352173. OLE color: 9352173.
HSL color Cylindrical-coordinate representation of color #EDB38E: hue angle of 23.37º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDB38E is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 142 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.07 |
| HSL | 23.37º | 0.73% | 0.74% | - |
| HSV(B) | 23.37º | 0.4% | 0.93% | - |
| XYZ | 55.93 | 52.2 | 32.72 | - |
| YUV | 192.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 142 | 0 | 0.24 | 0.40 | 0.07 | 23.37 | 0.73 | 0.74 |
| Hex | ED | B3 | 8E | 0 | 18 | 28 | 7 | 17 | 49 | 4A |
| Octal | 355 | 263 | 216 | 0 | 30 | 50 | 7 | 27 | 111 | 112 |
| Binary | 11101101 | 10110011 | 10001110 | 0 | 11000 | 101000 | 111 | 10111 | 1001001 | 1001010 |
Color Harmonies of #EDB38E
Complementary color
Monochromatic Colors of #EDB38E
Black with #EDB38E
Text Example
Text Example
White with #EDB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB38E; }
p { color: rgb(237,179,142); }
H1.HeaderClassName
{
color: #EDB38E;
}
.AnyTagClassName
{
color: #EDB38E;
}
</style>
background-color css
<style>
a { background-color: #EDB38E; }
a { background-color: rgb(237,179,142); }
div.DivClassName
{
background-color: #EDB38E;
}
.BgClassName
{
background-color: #EDB38E;
}
</style>
border-color css
<style>
span { border-color: #EDB38E; }
span { border-color: rgb(237,179,142); }
td.TdClassName
{
border-color: #EDB38E;
}
.TagClassName
{
border-color: #EDB38E;
}
</style>