Shades of Mandys Pink #EFB598
Tints of Mandys Pink #EFB598
RGB
CMYK
RGB Variations
Color information
#EFB598 (or 0xEFB598) is known color: Mandys Pink. HEX triplet: EF, B5 and 98. RGB value is (239,181,152). Sum of RGB (Red+Green+Blue) = 239+181+152=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB598 is #104A67. Grayscale: #C3C3C3. Windows color (decimal): -1067624 or 10008047. OLE color: 10008047.
HSL color Cylindrical-coordinate representation of color #EFB598: hue angle of 20º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFB598 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 152 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.06 |
| HSL | 20º | 0.73% | 0.77% | - |
| HSV(B) | 20º | 0.36% | 0.94% | - |
| XYZ | 57.79 | 53.67 | 37.02 | - |
| YUV | 195.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 152 | 0 | 0.24 | 0.36 | 0.06 | 20 | 0.73 | 0.77 |
| Hex | EF | B5 | 98 | 0 | 18 | 24 | 6 | 14 | 49 | 4D |
| Octal | 357 | 265 | 230 | 0 | 30 | 44 | 6 | 24 | 111 | 115 |
| Binary | 11101111 | 10110101 | 10011000 | 0 | 11000 | 100100 | 110 | 10100 | 1001001 | 1001101 |
Color Harmonies of #EFB598
Complementary color
Monochromatic Colors of #EFB598
Black with #EFB598
Text Example
Text Example
White with #EFB598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB598; }
p { color: rgb(239,181,152); }
H1.HeaderClassName
{
color: #EFB598;
}
.AnyTagClassName
{
color: #EFB598;
}
</style>
background-color css
<style>
a { background-color: #EFB598; }
a { background-color: rgb(239,181,152); }
div.DivClassName
{
background-color: #EFB598;
}
.BgClassName
{
background-color: #EFB598;
}
</style>
border-color css
<style>
span { border-color: #EFB598; }
span { border-color: rgb(239,181,152); }
td.TdClassName
{
border-color: #EFB598;
}
.TagClassName
{
border-color: #EFB598;
}
</style>