Shades of Mandys Pink #EDB18E
Tints of Mandys Pink #EDB18E
RGB
CMYK
RGB Variations
Color information
#EDB18E (or 0xEDB18E) is known color: Mandys Pink. HEX triplet: ED, B1 and 8E. RGB value is (237,177,142). Sum of RGB (Red+Green+Blue) = 237+177+142=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB18E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB18E is #124E71. Grayscale: #BFBFBF. Windows color (decimal): -1199730 or 9351661. OLE color: 9351661.
HSL color Cylindrical-coordinate representation of color #EDB18E: hue angle of 22.11º 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 #EDB18E is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 142 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.07 |
| HSL | 22.11º | 0.73% | 0.74% | - |
| HSV(B) | 22.11º | 0.4% | 0.93% | - |
| XYZ | 55.53 | 51.4 | 32.59 | - |
| YUV | 190.95 | 100.38 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 142 | 0 | 0.25 | 0.40 | 0.07 | 22.11 | 0.73 | 0.74 |
| Hex | ED | B1 | 8E | 0 | 19 | 28 | 7 | 16 | 49 | 4A |
| Octal | 355 | 261 | 216 | 0 | 31 | 50 | 7 | 26 | 111 | 112 |
| Binary | 11101101 | 10110001 | 10001110 | 0 | 11001 | 101000 | 111 | 10110 | 1001001 | 1001010 |
Color Harmonies of #EDB18E
Complementary color
Monochromatic Colors of #EDB18E
Black with #EDB18E
Text Example
Text Example
White with #EDB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB18E; }
p { color: rgb(237,177,142); }
H1.HeaderClassName
{
color: #EDB18E;
}
.AnyTagClassName
{
color: #EDB18E;
}
</style>
background-color css
<style>
a { background-color: #EDB18E; }
a { background-color: rgb(237,177,142); }
div.DivClassName
{
background-color: #EDB18E;
}
.BgClassName
{
background-color: #EDB18E;
}
</style>
border-color css
<style>
span { border-color: #EDB18E; }
span { border-color: rgb(237,177,142); }
td.TdClassName
{
border-color: #EDB18E;
}
.TagClassName
{
border-color: #EDB18E;
}
</style>