Shades of Mandys Pink #EDB58E
Tints of Mandys Pink #EDB58E
RGB
CMYK
RGB Variations
Color information
#EDB58E (or 0xEDB58E) is known color: Mandys Pink. HEX triplet: ED, B5 and 8E. RGB value is (237,181,142). Sum of RGB (Red+Green+Blue) = 237+181+142=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB58E is #124A71. Grayscale: #C1C1C1. Windows color (decimal): -1198706 or 9352685. OLE color: 9352685.
HSL color Cylindrical-coordinate representation of color #EDB58E: hue angle of 24.63º 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 #EDB58E is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 142 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.07 |
| HSL | 24.63º | 0.73% | 0.74% | - |
| HSV(B) | 24.63º | 0.4% | 0.93% | - |
| XYZ | 56.33 | 53.01 | 32.85 | - |
| YUV | 193.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 142 | 0 | 0.24 | 0.40 | 0.07 | 24.63 | 0.73 | 0.74 |
| Hex | ED | B5 | 8E | 0 | 18 | 28 | 7 | 19 | 49 | 4A |
| Octal | 355 | 265 | 216 | 0 | 30 | 50 | 7 | 31 | 111 | 112 |
| Binary | 11101101 | 10110101 | 10001110 | 0 | 11000 | 101000 | 111 | 11001 | 1001001 | 1001010 |
Color Harmonies of #EDB58E
Complementary color
Monochromatic Colors of #EDB58E
Black with #EDB58E
Text Example
Text Example
White with #EDB58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB58E; }
p { color: rgb(237,181,142); }
H1.HeaderClassName
{
color: #EDB58E;
}
.AnyTagClassName
{
color: #EDB58E;
}
</style>
background-color css
<style>
a { background-color: #EDB58E; }
a { background-color: rgb(237,181,142); }
div.DivClassName
{
background-color: #EDB58E;
}
.BgClassName
{
background-color: #EDB58E;
}
</style>
border-color css
<style>
span { border-color: #EDB58E; }
span { border-color: rgb(237,181,142); }
td.TdClassName
{
border-color: #EDB58E;
}
.TagClassName
{
border-color: #EDB58E;
}
</style>