Shades of Mandys Pink #EBB394
Tints of Mandys Pink #EBB394
RGB
CMYK
RGB Variations
Color information
#EBB394 (or 0xEBB394) is known color: Mandys Pink. HEX triplet: EB, B3 and 94. RGB value is (235,179,148). Sum of RGB (Red+Green+Blue) = 235+179+148=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB394 is #144C6B. Grayscale: #C0C0C0. Windows color (decimal): -1330284 or 9745387. OLE color: 9745387.
HSL color Cylindrical-coordinate representation of color #EBB394: hue angle of 21.38º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBB394 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 148 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.08 |
| HSL | 21.38º | 0.69% | 0.75% | - |
| HSV(B) | 21.38º | 0.37% | 0.92% | - |
| XYZ | 55.73 | 52.04 | 35.12 | - |
| YUV | 192.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 148 | 0 | 0.24 | 0.37 | 0.08 | 21.38 | 0.69 | 0.75 |
| Hex | EB | B3 | 94 | 0 | 18 | 25 | 8 | 15 | 45 | 4B |
| Octal | 353 | 263 | 224 | 0 | 30 | 45 | 10 | 25 | 105 | 113 |
| Binary | 11101011 | 10110011 | 10010100 | 0 | 11000 | 100101 | 1000 | 10101 | 1000101 | 1001011 |
Color Harmonies of #EBB394
Complementary color
Monochromatic Colors of #EBB394
Black with #EBB394
Text Example
Text Example
White with #EBB394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB394; }
p { color: rgb(235,179,148); }
H1.HeaderClassName
{
color: #EBB394;
}
.AnyTagClassName
{
color: #EBB394;
}
</style>
background-color css
<style>
a { background-color: #EBB394; }
a { background-color: rgb(235,179,148); }
div.DivClassName
{
background-color: #EBB394;
}
.BgClassName
{
background-color: #EBB394;
}
</style>
border-color css
<style>
span { border-color: #EBB394; }
span { border-color: rgb(235,179,148); }
td.TdClassName
{
border-color: #EBB394;
}
.TagClassName
{
border-color: #EBB394;
}
</style>