Shades of Mandys Pink #EDB79A
Tints of Mandys Pink #EDB79A
RGB
CMYK
RGB Variations
Color information
#EDB79A (or 0xEDB79A) is known color: Mandys Pink. HEX triplet: ED, B7 and 9A. RGB value is (237,183,154). Sum of RGB (Red+Green+Blue) = 237+183+154=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB79A is #124865. Grayscale: #C4C4C4. Windows color (decimal): -1198182 or 10139629. OLE color: 10139629.
HSL color Cylindrical-coordinate representation of color #EDB79A: hue angle of 20.96º degrees, saturation: 0.7, 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 #EDB79A is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 154 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.07 |
| HSL | 20.96º | 0.7% | 0.77% | - |
| HSV(B) | 20.96º | 0.35% | 0.93% | - |
| XYZ | 57.69 | 54.2 | 37.99 | - |
| YUV | 195.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 154 | 0 | 0.23 | 0.35 | 0.07 | 20.96 | 0.7 | 0.77 |
| Hex | ED | B7 | 9A | 0 | 17 | 23 | 7 | 15 | 46 | 4D |
| Octal | 355 | 267 | 232 | 0 | 27 | 43 | 7 | 25 | 106 | 115 |
| Binary | 11101101 | 10110111 | 10011010 | 0 | 10111 | 100011 | 111 | 10101 | 1000110 | 1001101 |
Color Harmonies of #EDB79A
Complementary color
Monochromatic Colors of #EDB79A
Black with #EDB79A
Text Example
Text Example
White with #EDB79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB79A; }
p { color: rgb(237,183,154); }
H1.HeaderClassName
{
color: #EDB79A;
}
.AnyTagClassName
{
color: #EDB79A;
}
</style>
background-color css
<style>
a { background-color: #EDB79A; }
a { background-color: rgb(237,183,154); }
div.DivClassName
{
background-color: #EDB79A;
}
.BgClassName
{
background-color: #EDB79A;
}
</style>
border-color css
<style>
span { border-color: #EDB79A; }
span { border-color: rgb(237,183,154); }
td.TdClassName
{
border-color: #EDB79A;
}
.TagClassName
{
border-color: #EDB79A;
}
</style>