Shades of Mandys Pink #EDB48E
Tints of Mandys Pink #EDB48E
RGB
CMYK
RGB Variations
Color information
#EDB48E (or 0xEDB48E) is known color: Mandys Pink. HEX triplet: ED, B4 and 8E. RGB value is (237,180,142). Sum of RGB (Red+Green+Blue) = 237+180+142=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB48E is #124B71. Grayscale: #C0C0C0. Windows color (decimal): -1198962 or 9352429. OLE color: 9352429.
HSL color Cylindrical-coordinate representation of color #EDB48E: hue angle of 24º 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 #EDB48E is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 142 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.07 |
| HSL | 24º | 0.73% | 0.74% | - |
| HSV(B) | 24º | 0.4% | 0.93% | - |
| XYZ | 56.13 | 52.6 | 32.79 | - |
| YUV | 192.71 | 99.38 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 142 | 0 | 0.24 | 0.40 | 0.07 | 24 | 0.73 | 0.74 |
| Hex | ED | B4 | 8E | 0 | 18 | 28 | 7 | 18 | 49 | 4A |
| Octal | 355 | 264 | 216 | 0 | 30 | 50 | 7 | 30 | 111 | 112 |
| Binary | 11101101 | 10110100 | 10001110 | 0 | 11000 | 101000 | 111 | 11000 | 1001001 | 1001010 |
Color Harmonies of #EDB48E
Complementary color
Monochromatic Colors of #EDB48E
Black with #EDB48E
Text Example
Text Example
White with #EDB48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB48E; }
p { color: rgb(237,180,142); }
H1.HeaderClassName
{
color: #EDB48E;
}
.AnyTagClassName
{
color: #EDB48E;
}
</style>
background-color css
<style>
a { background-color: #EDB48E; }
a { background-color: rgb(237,180,142); }
div.DivClassName
{
background-color: #EDB48E;
}
.BgClassName
{
background-color: #EDB48E;
}
</style>
border-color css
<style>
span { border-color: #EDB48E; }
span { border-color: rgb(237,180,142); }
td.TdClassName
{
border-color: #EDB48E;
}
.TagClassName
{
border-color: #EDB48E;
}
</style>