Shades of Mandys Pink #EDB392
Tints of Mandys Pink #EDB392
RGB
CMYK
RGB Variations
Color information
#EDB392 (or 0xEDB392) is known color: Mandys Pink. HEX triplet: ED, B3 and 92. RGB value is (237,179,146). Sum of RGB (Red+Green+Blue) = 237+179+146=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB392 is #124C6D. Grayscale: #C0C0C0. Windows color (decimal): -1199214 or 9614317. OLE color: 9614317.
HSL color Cylindrical-coordinate representation of color #EDB392: hue angle of 21.76º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDB392 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 146 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.07 |
| HSL | 21.76º | 0.72% | 0.75% | - |
| HSV(B) | 21.76º | 0.38% | 0.93% | - |
| XYZ | 56.23 | 52.32 | 34.33 | - |
| YUV | 192.58 | 101.72 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 146 | 0 | 0.24 | 0.38 | 0.07 | 21.76 | 0.72 | 0.75 |
| Hex | ED | B3 | 92 | 0 | 18 | 26 | 7 | 16 | 48 | 4B |
| Octal | 355 | 263 | 222 | 0 | 30 | 46 | 7 | 26 | 110 | 113 |
| Binary | 11101101 | 10110011 | 10010010 | 0 | 11000 | 100110 | 111 | 10110 | 1001000 | 1001011 |
Color Harmonies of #EDB392
Complementary color
Monochromatic Colors of #EDB392
Black with #EDB392
Text Example
Text Example
White with #EDB392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB392; }
p { color: rgb(237,179,146); }
H1.HeaderClassName
{
color: #EDB392;
}
.AnyTagClassName
{
color: #EDB392;
}
</style>
background-color css
<style>
a { background-color: #EDB392; }
a { background-color: rgb(237,179,146); }
div.DivClassName
{
background-color: #EDB392;
}
.BgClassName
{
background-color: #EDB392;
}
</style>
border-color css
<style>
span { border-color: #EDB392; }
span { border-color: rgb(237,179,146); }
td.TdClassName
{
border-color: #EDB392;
}
.TagClassName
{
border-color: #EDB392;
}
</style>