Shades of Mandys Pink #EDB99A
Tints of Mandys Pink #EDB99A
RGB
CMYK
RGB Variations
Color information
#EDB99A (or 0xEDB99A) is known color: Mandys Pink. HEX triplet: ED, B9 and 9A. RGB value is (237,185,154). Sum of RGB (Red+Green+Blue) = 237+185+154=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 185 (72.66% from 255 or 32.12% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB99A is #124665. Grayscale: #C5C5C5. Windows color (decimal): -1197670 or 10140141. OLE color: 10140141.
HSL color Cylindrical-coordinate representation of color #EDB99A: hue angle of 22.41º 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 #EDB99A is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 154 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.07 |
| HSL | 22.41º | 0.7% | 0.77% | - |
| HSV(B) | 22.41º | 0.35% | 0.93% | - |
| XYZ | 58.11 | 55.04 | 38.13 | - |
| YUV | 197.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 154 | 0 | 0.22 | 0.35 | 0.07 | 22.41 | 0.7 | 0.77 |
| Hex | ED | B9 | 9A | 0 | 16 | 23 | 7 | 16 | 46 | 4D |
| Octal | 355 | 271 | 232 | 0 | 26 | 43 | 7 | 26 | 106 | 115 |
| Binary | 11101101 | 10111001 | 10011010 | 0 | 10110 | 100011 | 111 | 10110 | 1000110 | 1001101 |
Color Harmonies of #EDB99A
Complementary color
Monochromatic Colors of #EDB99A
Black with #EDB99A
Text Example
Text Example
White with #EDB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB99A; }
p { color: rgb(237,185,154); }
H1.HeaderClassName
{
color: #EDB99A;
}
.AnyTagClassName
{
color: #EDB99A;
}
</style>
background-color css
<style>
a { background-color: #EDB99A; }
a { background-color: rgb(237,185,154); }
div.DivClassName
{
background-color: #EDB99A;
}
.BgClassName
{
background-color: #EDB99A;
}
</style>
border-color css
<style>
span { border-color: #EDB99A; }
span { border-color: rgb(237,185,154); }
td.TdClassName
{
border-color: #EDB99A;
}
.TagClassName
{
border-color: #EDB99A;
}
</style>