Shades of Mandys Pink #EFB799
Tints of Mandys Pink #EFB799
RGB
CMYK
RGB Variations
Color information
#EFB799 (or 0xEFB799) is known color: Mandys Pink. HEX triplet: EF, B7 and 99. RGB value is (239,183,153). Sum of RGB (Red+Green+Blue) = 239+183+153=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB799 is #104866. Grayscale: #C4C4C4. Windows color (decimal): -1067111 or 10074095. OLE color: 10074095.
HSL color Cylindrical-coordinate representation of color #EFB799: hue angle of 20.93º 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 #EFB799 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 153 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.06 |
| HSL | 20.93º | 0.73% | 0.77% | - |
| HSV(B) | 20.93º | 0.36% | 0.94% | - |
| XYZ | 58.28 | 54.52 | 37.59 | - |
| YUV | 196.32 | 103.55 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 153 | 0 | 0.23 | 0.36 | 0.06 | 20.93 | 0.73 | 0.77 |
| Hex | EF | B7 | 99 | 0 | 17 | 24 | 6 | 15 | 49 | 4D |
| Octal | 357 | 267 | 231 | 0 | 27 | 44 | 6 | 25 | 111 | 115 |
| Binary | 11101111 | 10110111 | 10011001 | 0 | 10111 | 100100 | 110 | 10101 | 1001001 | 1001101 |
Color Harmonies of #EFB799
Complementary color
Monochromatic Colors of #EFB799
Black with #EFB799
Text Example
Text Example
White with #EFB799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB799; }
p { color: rgb(239,183,153); }
H1.HeaderClassName
{
color: #EFB799;
}
.AnyTagClassName
{
color: #EFB799;
}
</style>
background-color css
<style>
a { background-color: #EFB799; }
a { background-color: rgb(239,183,153); }
div.DivClassName
{
background-color: #EFB799;
}
.BgClassName
{
background-color: #EFB799;
}
</style>
border-color css
<style>
span { border-color: #EFB799; }
span { border-color: rgb(239,183,153); }
td.TdClassName
{
border-color: #EFB799;
}
.TagClassName
{
border-color: #EFB799;
}
</style>