Shades of Mandys Pink #EDAE8E
Tints of Mandys Pink #EDAE8E
RGB
CMYK
RGB Variations
Color information
#EDAE8E (or 0xEDAE8E) is known color: Mandys Pink. HEX triplet: ED, AE and 8E. RGB value is (237,174,142). Sum of RGB (Red+Green+Blue) = 237+174+142=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAE8E is #125171. Grayscale: #BDBDBD. Windows color (decimal): -1200498 or 9350893. OLE color: 9350893.
HSL color Cylindrical-coordinate representation of color #EDAE8E: hue angle of 20.21º 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 #EDAE8E is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 142 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.07 |
| HSL | 20.21º | 0.73% | 0.74% | - |
| HSV(B) | 20.21º | 0.4% | 0.93% | - |
| XYZ | 54.94 | 50.23 | 32.39 | - |
| YUV | 189.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 142 | 0 | 0.27 | 0.40 | 0.07 | 20.21 | 0.73 | 0.74 |
| Hex | ED | AE | 8E | 0 | 1B | 28 | 7 | 14 | 49 | 4A |
| Octal | 355 | 256 | 216 | 0 | 33 | 50 | 7 | 24 | 111 | 112 |
| Binary | 11101101 | 10101110 | 10001110 | 0 | 11011 | 101000 | 111 | 10100 | 1001001 | 1001010 |
Color Harmonies of #EDAE8E
Complementary color
Monochromatic Colors of #EDAE8E
Black with #EDAE8E
Text Example
Text Example
White with #EDAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAE8E; }
p { color: rgb(237,174,142); }
H1.HeaderClassName
{
color: #EDAE8E;
}
.AnyTagClassName
{
color: #EDAE8E;
}
</style>
background-color css
<style>
a { background-color: #EDAE8E; }
a { background-color: rgb(237,174,142); }
div.DivClassName
{
background-color: #EDAE8E;
}
.BgClassName
{
background-color: #EDAE8E;
}
</style>
border-color css
<style>
span { border-color: #EDAE8E; }
span { border-color: rgb(237,174,142); }
td.TdClassName
{
border-color: #EDAE8E;
}
.TagClassName
{
border-color: #EDAE8E;
}
</style>