Shades of Mandys Pink #EDB08F
Tints of Mandys Pink #EDB08F
RGB
CMYK
RGB Variations
Color information
#EDB08F (or 0xEDB08F) is known color: Mandys Pink. HEX triplet: ED, B0 and 8F. RGB value is (237,176,143). Sum of RGB (Red+Green+Blue) = 237+176+143=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB08F is #124F70. Grayscale: #BEBEBE. Windows color (decimal): -1199985 or 9416941. OLE color: 9416941.
HSL color Cylindrical-coordinate representation of color #EDB08F: hue angle of 21.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDB08F is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 143 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.07 |
| HSL | 21.06º | 0.72% | 0.75% | - |
| HSV(B) | 21.06º | 0.4% | 0.93% | - |
| XYZ | 55.41 | 51.04 | 32.92 | - |
| YUV | 190.48 | 101.21 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 143 | 0 | 0.26 | 0.40 | 0.07 | 21.06 | 0.72 | 0.75 |
| Hex | ED | B0 | 8F | 0 | 1A | 28 | 7 | 15 | 48 | 4B |
| Octal | 355 | 260 | 217 | 0 | 32 | 50 | 7 | 25 | 110 | 113 |
| Binary | 11101101 | 10110000 | 10001111 | 0 | 11010 | 101000 | 111 | 10101 | 1001000 | 1001011 |
Color Harmonies of #EDB08F
Complementary color
Monochromatic Colors of #EDB08F
Black with #EDB08F
Text Example
Text Example
White with #EDB08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB08F; }
p { color: rgb(237,176,143); }
H1.HeaderClassName
{
color: #EDB08F;
}
.AnyTagClassName
{
color: #EDB08F;
}
</style>
background-color css
<style>
a { background-color: #EDB08F; }
a { background-color: rgb(237,176,143); }
div.DivClassName
{
background-color: #EDB08F;
}
.BgClassName
{
background-color: #EDB08F;
}
</style>
border-color css
<style>
span { border-color: #EDB08F; }
span { border-color: rgb(237,176,143); }
td.TdClassName
{
border-color: #EDB08F;
}
.TagClassName
{
border-color: #EDB08F;
}
</style>