Shades of Mandys Pink #EFB699
Tints of Mandys Pink #EFB699
RGB
CMYK
RGB Variations
Color information
#EFB699 (or 0xEFB699) is known color: Mandys Pink. HEX triplet: EF, B6 and 99. RGB value is (239,182,153). Sum of RGB (Red+Green+Blue) = 239+182+153=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB699 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB699 is #104966. Grayscale: #C3C3C3. Windows color (decimal): -1067367 or 10073839. OLE color: 10073839.
HSL color Cylindrical-coordinate representation of color #EFB699: hue angle of 20.23º 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 #EFB699 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 153 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.06 |
| HSL | 20.23º | 0.73% | 0.77% | - |
| HSV(B) | 20.23º | 0.36% | 0.94% | - |
| XYZ | 58.07 | 54.11 | 37.52 | - |
| YUV | 195.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 153 | 0 | 0.24 | 0.36 | 0.06 | 20.23 | 0.73 | 0.77 |
| Hex | EF | B6 | 99 | 0 | 18 | 24 | 6 | 14 | 49 | 4D |
| Octal | 357 | 266 | 231 | 0 | 30 | 44 | 6 | 24 | 111 | 115 |
| Binary | 11101111 | 10110110 | 10011001 | 0 | 11000 | 100100 | 110 | 10100 | 1001001 | 1001101 |
Color Harmonies of #EFB699
Complementary color
Monochromatic Colors of #EFB699
Black with #EFB699
Text Example
Text Example
White with #EFB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB699; }
p { color: rgb(239,182,153); }
H1.HeaderClassName
{
color: #EFB699;
}
.AnyTagClassName
{
color: #EFB699;
}
</style>
background-color css
<style>
a { background-color: #EFB699; }
a { background-color: rgb(239,182,153); }
div.DivClassName
{
background-color: #EFB699;
}
.BgClassName
{
background-color: #EFB699;
}
</style>
border-color css
<style>
span { border-color: #EFB699; }
span { border-color: rgb(239,182,153); }
td.TdClassName
{
border-color: #EFB699;
}
.TagClassName
{
border-color: #EFB699;
}
</style>