Shades of Mandys Pink #EDB28D
Tints of Mandys Pink #EDB28D
RGB
CMYK
RGB Variations
Color information
#EDB28D (or 0xEDB28D) is known color: Mandys Pink. HEX triplet: ED, B2 and 8D. RGB value is (237,178,141). Sum of RGB (Red+Green+Blue) = 237+178+141=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB28D is #124D72. Grayscale: #BFBFBF. Windows color (decimal): -1199475 or 9286381. OLE color: 9286381.
HSL color Cylindrical-coordinate representation of color #EDB28D: hue angle of 23.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDB28D is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 141 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.07 |
| HSL | 23.13º | 0.73% | 0.74% | - |
| HSV(B) | 23.13º | 0.41% | 0.93% | - |
| XYZ | 55.65 | 51.77 | 32.26 | - |
| YUV | 191.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 141 | 0 | 0.25 | 0.41 | 0.07 | 23.13 | 0.73 | 0.74 |
| Hex | ED | B2 | 8D | 0 | 19 | 29 | 7 | 17 | 49 | 4A |
| Octal | 355 | 262 | 215 | 0 | 31 | 51 | 7 | 27 | 111 | 112 |
| Binary | 11101101 | 10110010 | 10001101 | 0 | 11001 | 101001 | 111 | 10111 | 1001001 | 1001010 |
Color Harmonies of #EDB28D
Complementary color
Monochromatic Colors of #EDB28D
Black with #EDB28D
Text Example
Text Example
White with #EDB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB28D; }
p { color: rgb(237,178,141); }
H1.HeaderClassName
{
color: #EDB28D;
}
.AnyTagClassName
{
color: #EDB28D;
}
</style>
background-color css
<style>
a { background-color: #EDB28D; }
a { background-color: rgb(237,178,141); }
div.DivClassName
{
background-color: #EDB28D;
}
.BgClassName
{
background-color: #EDB28D;
}
</style>
border-color css
<style>
span { border-color: #EDB28D; }
span { border-color: rgb(237,178,141); }
td.TdClassName
{
border-color: #EDB28D;
}
.TagClassName
{
border-color: #EDB28D;
}
</style>