Shades of Mandys Pink #EDBD9A
Tints of Mandys Pink #EDBD9A
RGB
CMYK
RGB Variations
Color information
#EDBD9A (or 0xEDBD9A) is known color: Mandys Pink. HEX triplet: ED, BD and 9A. RGB value is (237,189,154). Sum of RGB (Red+Green+Blue) = 237+189+154=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBD9A is #124265. Grayscale: #C7C7C7. Windows color (decimal): -1196646 or 10141165. OLE color: 10141165.
HSL color Cylindrical-coordinate representation of color #EDBD9A: hue angle of 25.3º 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 #EDBD9A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 154 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.07 |
| HSL | 25.3º | 0.7% | 0.77% | - |
| HSV(B) | 25.3º | 0.35% | 0.93% | - |
| XYZ | 58.96 | 56.73 | 38.42 | - |
| YUV | 199.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 154 | 0 | 0.20 | 0.35 | 0.07 | 25.3 | 0.7 | 0.77 |
| Hex | ED | BD | 9A | 0 | 14 | 23 | 7 | 19 | 46 | 4D |
| Octal | 355 | 275 | 232 | 0 | 24 | 43 | 7 | 31 | 106 | 115 |
| Binary | 11101101 | 10111101 | 10011010 | 0 | 10100 | 100011 | 111 | 11001 | 1000110 | 1001101 |
Color Harmonies of #EDBD9A
Complementary color
Monochromatic Colors of #EDBD9A
Black with #EDBD9A
Text Example
Text Example
White with #EDBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBD9A; }
p { color: rgb(237,189,154); }
H1.HeaderClassName
{
color: #EDBD9A;
}
.AnyTagClassName
{
color: #EDBD9A;
}
</style>
background-color css
<style>
a { background-color: #EDBD9A; }
a { background-color: rgb(237,189,154); }
div.DivClassName
{
background-color: #EDBD9A;
}
.BgClassName
{
background-color: #EDBD9A;
}
</style>
border-color css
<style>
span { border-color: #EDBD9A; }
span { border-color: rgb(237,189,154); }
td.TdClassName
{
border-color: #EDBD9A;
}
.TagClassName
{
border-color: #EDBD9A;
}
</style>