Shades of Mandys Pink #EDB28F
Tints of Mandys Pink #EDB28F
RGB
CMYK
RGB Variations
Color information
#EDB28F (or 0xEDB28F) is known color: Mandys Pink. HEX triplet: ED, B2 and 8F. RGB value is (237,178,143). Sum of RGB (Red+Green+Blue) = 237+178+143=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB28F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB28F is #124D70. Grayscale: #BFBFBF. Windows color (decimal): -1199473 or 9417453. OLE color: 9417453.
HSL color Cylindrical-coordinate representation of color #EDB28F: hue angle of 22.34º 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 #EDB28F is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 143 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.07 |
| HSL | 22.34º | 0.72% | 0.75% | - |
| HSV(B) | 22.34º | 0.4% | 0.93% | - |
| XYZ | 55.8 | 51.83 | 33.05 | - |
| YUV | 191.65 | 100.55 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 143 | 0 | 0.25 | 0.40 | 0.07 | 22.34 | 0.72 | 0.75 |
| Hex | ED | B2 | 8F | 0 | 19 | 28 | 7 | 16 | 48 | 4B |
| Octal | 355 | 262 | 217 | 0 | 31 | 50 | 7 | 26 | 110 | 113 |
| Binary | 11101101 | 10110010 | 10001111 | 0 | 11001 | 101000 | 111 | 10110 | 1001000 | 1001011 |
Color Harmonies of #EDB28F
Complementary color
Monochromatic Colors of #EDB28F
Black with #EDB28F
Text Example
Text Example
White with #EDB28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB28F; }
p { color: rgb(237,178,143); }
H1.HeaderClassName
{
color: #EDB28F;
}
.AnyTagClassName
{
color: #EDB28F;
}
</style>
background-color css
<style>
a { background-color: #EDB28F; }
a { background-color: rgb(237,178,143); }
div.DivClassName
{
background-color: #EDB28F;
}
.BgClassName
{
background-color: #EDB28F;
}
</style>
border-color css
<style>
span { border-color: #EDB28F; }
span { border-color: rgb(237,178,143); }
td.TdClassName
{
border-color: #EDB28F;
}
.TagClassName
{
border-color: #EDB28F;
}
</style>