Shades of Mandys Pink #EDB79B
Tints of Mandys Pink #EDB79B
RGB
CMYK
RGB Variations
Color information
#EDB79B (or 0xEDB79B) is known color: Mandys Pink. HEX triplet: ED, B7 and 9B. RGB value is (237,183,155). Sum of RGB (Red+Green+Blue) = 237+183+155=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB79B is #124864. Grayscale: #C4C4C4. Windows color (decimal): -1198181 or 10205165. OLE color: 10205165.
HSL color Cylindrical-coordinate representation of color #EDB79B: hue angle of 20.49º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDB79B is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 155 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.07 |
| HSL | 20.49º | 0.69% | 0.77% | - |
| HSV(B) | 20.49º | 0.35% | 0.93% | - |
| XYZ | 57.77 | 54.24 | 38.43 | - |
| YUV | 195.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 155 | 0 | 0.23 | 0.35 | 0.07 | 20.49 | 0.69 | 0.77 |
| Hex | ED | B7 | 9B | 0 | 17 | 23 | 7 | 14 | 45 | 4D |
| Octal | 355 | 267 | 233 | 0 | 27 | 43 | 7 | 24 | 105 | 115 |
| Binary | 11101101 | 10110111 | 10011011 | 0 | 10111 | 100011 | 111 | 10100 | 1000101 | 1001101 |
Color Harmonies of #EDB79B
Complementary color
Monochromatic Colors of #EDB79B
Black with #EDB79B
Text Example
Text Example
White with #EDB79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB79B; }
p { color: rgb(237,183,155); }
H1.HeaderClassName
{
color: #EDB79B;
}
.AnyTagClassName
{
color: #EDB79B;
}
</style>
background-color css
<style>
a { background-color: #EDB79B; }
a { background-color: rgb(237,183,155); }
div.DivClassName
{
background-color: #EDB79B;
}
.BgClassName
{
background-color: #EDB79B;
}
</style>
border-color css
<style>
span { border-color: #EDB79B; }
span { border-color: rgb(237,183,155); }
td.TdClassName
{
border-color: #EDB79B;
}
.TagClassName
{
border-color: #EDB79B;
}
</style>