Shades of Mandys Pink #EDAD8C
Tints of Mandys Pink #EDAD8C
RGB
CMYK
RGB Variations
Color information
#EDAD8C (or 0xEDAD8C) is known color: Mandys Pink. HEX triplet: ED, AD and 8C. RGB value is (237,173,140). Sum of RGB (Red+Green+Blue) = 237+173+140=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAD8C is #125273. Grayscale: #BCBCBC. Windows color (decimal): -1200756 or 9219565. OLE color: 9219565.
HSL color Cylindrical-coordinate representation of color #EDAD8C: hue angle of 20.41º 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 #EDAD8C is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 140 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.07 |
| HSL | 20.41º | 0.73% | 0.74% | - |
| HSV(B) | 20.41º | 0.41% | 0.93% | - |
| XYZ | 54.6 | 49.79 | 31.54 | - |
| YUV | 188.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 140 | 0 | 0.27 | 0.41 | 0.07 | 20.41 | 0.73 | 0.74 |
| Hex | ED | AD | 8C | 0 | 1B | 29 | 7 | 14 | 49 | 4A |
| Octal | 355 | 255 | 214 | 0 | 33 | 51 | 7 | 24 | 111 | 112 |
| Binary | 11101101 | 10101101 | 10001100 | 0 | 11011 | 101001 | 111 | 10100 | 1001001 | 1001010 |
Color Harmonies of #EDAD8C
Complementary color
Monochromatic Colors of #EDAD8C
Black with #EDAD8C
Text Example
Text Example
White with #EDAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD8C; }
p { color: rgb(237,173,140); }
H1.HeaderClassName
{
color: #EDAD8C;
}
.AnyTagClassName
{
color: #EDAD8C;
}
</style>
background-color css
<style>
a { background-color: #EDAD8C; }
a { background-color: rgb(237,173,140); }
div.DivClassName
{
background-color: #EDAD8C;
}
.BgClassName
{
background-color: #EDAD8C;
}
</style>
border-color css
<style>
span { border-color: #EDAD8C; }
span { border-color: rgb(237,173,140); }
td.TdClassName
{
border-color: #EDAD8C;
}
.TagClassName
{
border-color: #EDAD8C;
}
</style>