Shades of Mandys Pink #EDB598
Tints of Mandys Pink #EDB598
RGB
CMYK
RGB Variations
Color information
#EDB598 (or 0xEDB598) is known color: Mandys Pink. HEX triplet: ED, B5 and 98. RGB value is (237,181,152). Sum of RGB (Red+Green+Blue) = 237+181+152=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB598 is #124A67. Grayscale: #C2C2C2. Windows color (decimal): -1198696 or 10008045. OLE color: 10008045.
HSL color Cylindrical-coordinate representation of color #EDB598: hue angle of 20.47º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDB598 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 152 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.07 |
| HSL | 20.47º | 0.7% | 0.76% | - |
| HSV(B) | 20.47º | 0.36% | 0.93% | - |
| XYZ | 57.12 | 53.32 | 36.99 | - |
| YUV | 194.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 152 | 0 | 0.24 | 0.36 | 0.07 | 20.47 | 0.7 | 0.76 |
| Hex | ED | B5 | 98 | 0 | 18 | 24 | 7 | 14 | 46 | 4C |
| Octal | 355 | 265 | 230 | 0 | 30 | 44 | 7 | 24 | 106 | 114 |
| Binary | 11101101 | 10110101 | 10011000 | 0 | 11000 | 100100 | 111 | 10100 | 1000110 | 1001100 |
Color Harmonies of #EDB598
Complementary color
Monochromatic Colors of #EDB598
Black with #EDB598
Text Example
Text Example
White with #EDB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB598; }
p { color: rgb(237,181,152); }
H1.HeaderClassName
{
color: #EDB598;
}
.AnyTagClassName
{
color: #EDB598;
}
</style>
background-color css
<style>
a { background-color: #EDB598; }
a { background-color: rgb(237,181,152); }
div.DivClassName
{
background-color: #EDB598;
}
.BgClassName
{
background-color: #EDB598;
}
</style>
border-color css
<style>
span { border-color: #EDB598; }
span { border-color: rgb(237,181,152); }
td.TdClassName
{
border-color: #EDB598;
}
.TagClassName
{
border-color: #EDB598;
}
</style>