Shades of Mandys Pink #EDB794
Tints of Mandys Pink #EDB794
RGB
CMYK
RGB Variations
Color information
#EDB794 (or 0xEDB794) is known color: Mandys Pink. HEX triplet: ED, B7 and 94. RGB value is (237,183,148). Sum of RGB (Red+Green+Blue) = 237+183+148=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB794 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB794 is #12486B. Grayscale: #C3C3C3. Windows color (decimal): -1198188 or 9746413. OLE color: 9746413.
HSL color Cylindrical-coordinate representation of color #EDB794: hue angle of 23.6º degrees, saturation: 0.71, 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 #EDB794 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 148 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.07 |
| HSL | 23.6º | 0.71% | 0.75% | - |
| HSV(B) | 23.6º | 0.38% | 0.93% | - |
| XYZ | 57.2 | 54.01 | 35.43 | - |
| YUV | 195.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 148 | 0 | 0.23 | 0.38 | 0.07 | 23.6 | 0.71 | 0.75 |
| Hex | ED | B7 | 94 | 0 | 17 | 26 | 7 | 18 | 47 | 4B |
| Octal | 355 | 267 | 224 | 0 | 27 | 46 | 7 | 30 | 107 | 113 |
| Binary | 11101101 | 10110111 | 10010100 | 0 | 10111 | 100110 | 111 | 11000 | 1000111 | 1001011 |
Color Harmonies of #EDB794
Complementary color
Monochromatic Colors of #EDB794
Black with #EDB794
Text Example
Text Example
White with #EDB794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB794; }
p { color: rgb(237,183,148); }
H1.HeaderClassName
{
color: #EDB794;
}
.AnyTagClassName
{
color: #EDB794;
}
</style>
background-color css
<style>
a { background-color: #EDB794; }
a { background-color: rgb(237,183,148); }
div.DivClassName
{
background-color: #EDB794;
}
.BgClassName
{
background-color: #EDB794;
}
</style>
border-color css
<style>
span { border-color: #EDB794; }
span { border-color: rgb(237,183,148); }
td.TdClassName
{
border-color: #EDB794;
}
.TagClassName
{
border-color: #EDB794;
}
</style>