Shades of Mandys Pink #EDB08D
Tints of Mandys Pink #EDB08D
RGB
CMYK
RGB Variations
Color information
#EDB08D (or 0xEDB08D) is known color: Mandys Pink. HEX triplet: ED, B0 and 8D. RGB value is (237,176,141). Sum of RGB (Red+Green+Blue) = 237+176+141=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB08D is #124F72. Grayscale: #BEBEBE. Windows color (decimal): -1199987 or 9285869. OLE color: 9285869.
HSL color Cylindrical-coordinate representation of color #EDB08D: hue angle of 21.88º 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 #EDB08D is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 141 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.07 |
| HSL | 21.88º | 0.73% | 0.74% | - |
| HSV(B) | 21.88º | 0.41% | 0.93% | - |
| XYZ | 55.26 | 50.98 | 32.13 | - |
| YUV | 190.25 | 100.21 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 141 | 0 | 0.26 | 0.41 | 0.07 | 21.88 | 0.73 | 0.74 |
| Hex | ED | B0 | 8D | 0 | 1A | 29 | 7 | 16 | 49 | 4A |
| Octal | 355 | 260 | 215 | 0 | 32 | 51 | 7 | 26 | 111 | 112 |
| Binary | 11101101 | 10110000 | 10001101 | 0 | 11010 | 101001 | 111 | 10110 | 1001001 | 1001010 |
Color Harmonies of #EDB08D
Complementary color
Monochromatic Colors of #EDB08D
Black with #EDB08D
Text Example
Text Example
White with #EDB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB08D; }
p { color: rgb(237,176,141); }
H1.HeaderClassName
{
color: #EDB08D;
}
.AnyTagClassName
{
color: #EDB08D;
}
</style>
background-color css
<style>
a { background-color: #EDB08D; }
a { background-color: rgb(237,176,141); }
div.DivClassName
{
background-color: #EDB08D;
}
.BgClassName
{
background-color: #EDB08D;
}
</style>
border-color css
<style>
span { border-color: #EDB08D; }
span { border-color: rgb(237,176,141); }
td.TdClassName
{
border-color: #EDB08D;
}
.TagClassName
{
border-color: #EDB08D;
}
</style>