Shades of Mandys Pink #EDB28E
Tints of Mandys Pink #EDB28E
RGB
CMYK
RGB Variations
Color information
#EDB28E (or 0xEDB28E) is known color: Mandys Pink. HEX triplet: ED, B2 and 8E. RGB value is (237,178,142). Sum of RGB (Red+Green+Blue) = 237+178+142=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB28E is #124D71. Grayscale: #BFBFBF. Windows color (decimal): -1199474 or 9351917. OLE color: 9351917.
HSL color Cylindrical-coordinate representation of color #EDB28E: hue angle of 22.74º 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 #EDB28E is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 142 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.07 |
| HSL | 22.74º | 0.73% | 0.74% | - |
| HSV(B) | 22.74º | 0.4% | 0.93% | - |
| XYZ | 55.73 | 51.8 | 32.65 | - |
| YUV | 191.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 142 | 0 | 0.25 | 0.40 | 0.07 | 22.74 | 0.73 | 0.74 |
| Hex | ED | B2 | 8E | 0 | 19 | 28 | 7 | 17 | 49 | 4A |
| Octal | 355 | 262 | 216 | 0 | 31 | 50 | 7 | 27 | 111 | 112 |
| Binary | 11101101 | 10110010 | 10001110 | 0 | 11001 | 101000 | 111 | 10111 | 1001001 | 1001010 |
Color Harmonies of #EDB28E
Complementary color
Monochromatic Colors of #EDB28E
Black with #EDB28E
Text Example
Text Example
White with #EDB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB28E; }
p { color: rgb(237,178,142); }
H1.HeaderClassName
{
color: #EDB28E;
}
.AnyTagClassName
{
color: #EDB28E;
}
</style>
background-color css
<style>
a { background-color: #EDB28E; }
a { background-color: rgb(237,178,142); }
div.DivClassName
{
background-color: #EDB28E;
}
.BgClassName
{
background-color: #EDB28E;
}
</style>
border-color css
<style>
span { border-color: #EDB28E; }
span { border-color: rgb(237,178,142); }
td.TdClassName
{
border-color: #EDB28E;
}
.TagClassName
{
border-color: #EDB28E;
}
</style>