Shades of Mandys Pink #EDB58F
Tints of Mandys Pink #EDB58F
RGB
CMYK
RGB Variations
Color information
#EDB58F (or 0xEDB58F) is known color: Mandys Pink. HEX triplet: ED, B5 and 8F. RGB value is (237,181,143). Sum of RGB (Red+Green+Blue) = 237+181+143=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 143 (56.25% from 255 or 25.49% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB58F is #124A70. Grayscale: #C1C1C1. Windows color (decimal): -1198705 or 9418221. OLE color: 9418221.
HSL color Cylindrical-coordinate representation of color #EDB58F: hue angle of 24.26º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDB58F is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 143 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.07 |
| HSL | 24.26º | 0.72% | 0.75% | - |
| HSV(B) | 24.26º | 0.4% | 0.93% | - |
| XYZ | 56.41 | 53.04 | 33.25 | - |
| YUV | 193.41 | 99.55 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 143 | 0 | 0.24 | 0.40 | 0.07 | 24.26 | 0.72 | 0.75 |
| Hex | ED | B5 | 8F | 0 | 18 | 28 | 7 | 18 | 48 | 4B |
| Octal | 355 | 265 | 217 | 0 | 30 | 50 | 7 | 30 | 110 | 113 |
| Binary | 11101101 | 10110101 | 10001111 | 0 | 11000 | 101000 | 111 | 11000 | 1001000 | 1001011 |
Color Harmonies of #EDB58F
Complementary color
Monochromatic Colors of #EDB58F
Black with #EDB58F
Text Example
Text Example
White with #EDB58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB58F; }
p { color: rgb(237,181,143); }
H1.HeaderClassName
{
color: #EDB58F;
}
.AnyTagClassName
{
color: #EDB58F;
}
</style>
background-color css
<style>
a { background-color: #EDB58F; }
a { background-color: rgb(237,181,143); }
div.DivClassName
{
background-color: #EDB58F;
}
.BgClassName
{
background-color: #EDB58F;
}
</style>
border-color css
<style>
span { border-color: #EDB58F; }
span { border-color: rgb(237,181,143); }
td.TdClassName
{
border-color: #EDB58F;
}
.TagClassName
{
border-color: #EDB58F;
}
</style>