Shades of Mandys Pink #EDB998
Tints of Mandys Pink #EDB998
RGB
CMYK
RGB Variations
Color information
#EDB998 (or 0xEDB998) is known color: Mandys Pink. HEX triplet: ED, B9 and 98. RGB value is (237,185,152). Sum of RGB (Red+Green+Blue) = 237+185+152=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB998 is #124667. Grayscale: #C4C4C4. Windows color (decimal): -1197672 or 10009069. OLE color: 10009069.
HSL color Cylindrical-coordinate representation of color #EDB998: hue angle of 23.29º 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 #EDB998 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 152 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.07 |
| HSL | 23.29º | 0.7% | 0.76% | - |
| HSV(B) | 23.29º | 0.36% | 0.93% | - |
| XYZ | 57.94 | 54.97 | 37.26 | - |
| YUV | 196.79 | 102.73 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 152 | 0 | 0.22 | 0.36 | 0.07 | 23.29 | 0.7 | 0.76 |
| Hex | ED | B9 | 98 | 0 | 16 | 24 | 7 | 17 | 46 | 4C |
| Octal | 355 | 271 | 230 | 0 | 26 | 44 | 7 | 27 | 106 | 114 |
| Binary | 11101101 | 10111001 | 10011000 | 0 | 10110 | 100100 | 111 | 10111 | 1000110 | 1001100 |
Color Harmonies of #EDB998
Complementary color
Monochromatic Colors of #EDB998
Black with #EDB998
Text Example
Text Example
White with #EDB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB998; }
p { color: rgb(237,185,152); }
H1.HeaderClassName
{
color: #EDB998;
}
.AnyTagClassName
{
color: #EDB998;
}
</style>
background-color css
<style>
a { background-color: #EDB998; }
a { background-color: rgb(237,185,152); }
div.DivClassName
{
background-color: #EDB998;
}
.BgClassName
{
background-color: #EDB998;
}
</style>
border-color css
<style>
span { border-color: #EDB998; }
span { border-color: rgb(237,185,152); }
td.TdClassName
{
border-color: #EDB998;
}
.TagClassName
{
border-color: #EDB998;
}
</style>