Shades of Mandys Pink #EDB790
Tints of Mandys Pink #EDB790
RGB
CMYK
RGB Variations
Color information
#EDB790 (or 0xEDB790) is known color: Mandys Pink. HEX triplet: ED, B7 and 90. RGB value is (237,183,144). Sum of RGB (Red+Green+Blue) = 237+183+144=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB790 is #12486F. Grayscale: #C2C2C2. Windows color (decimal): -1198192 or 9484269. OLE color: 9484269.
HSL color Cylindrical-coordinate representation of color #EDB790: hue angle of 25.16º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDB790 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 144 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.07 |
| HSL | 25.16º | 0.72% | 0.75% | - |
| HSV(B) | 25.16º | 0.39% | 0.93% | - |
| XYZ | 56.89 | 53.89 | 33.79 | - |
| YUV | 194.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 144 | 0 | 0.23 | 0.39 | 0.07 | 25.16 | 0.72 | 0.75 |
| Hex | ED | B7 | 90 | 0 | 17 | 27 | 7 | 19 | 48 | 4B |
| Octal | 355 | 267 | 220 | 0 | 27 | 47 | 7 | 31 | 110 | 113 |
| Binary | 11101101 | 10110111 | 10010000 | 0 | 10111 | 100111 | 111 | 11001 | 1001000 | 1001011 |
Color Harmonies of #EDB790
Complementary color
Monochromatic Colors of #EDB790
Black with #EDB790
Text Example
Text Example
White with #EDB790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB790; }
p { color: rgb(237,183,144); }
H1.HeaderClassName
{
color: #EDB790;
}
.AnyTagClassName
{
color: #EDB790;
}
</style>
background-color css
<style>
a { background-color: #EDB790; }
a { background-color: rgb(237,183,144); }
div.DivClassName
{
background-color: #EDB790;
}
.BgClassName
{
background-color: #EDB790;
}
</style>
border-color css
<style>
span { border-color: #EDB790; }
span { border-color: rgb(237,183,144); }
td.TdClassName
{
border-color: #EDB790;
}
.TagClassName
{
border-color: #EDB790;
}
</style>