Shades of Mandys Pink #EFB88E
Tints of Mandys Pink #EFB88E
RGB
CMYK
RGB Variations
Color information
#EFB88E (or 0xEFB88E) is known color: Mandys Pink. HEX triplet: EF, B8 and 8E. RGB value is (239,184,142). Sum of RGB (Red+Green+Blue) = 239+184+142=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 184 (72.27% from 255 or 32.57% from 565); Blue value is 142 (55.86% from 255 or 25.13% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB88E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB88E is #104771. Grayscale: #C3C3C3. Windows color (decimal): -1066866 or 9353455. OLE color: 9353455.
HSL color Cylindrical-coordinate representation of color #EFB88E: hue angle of 25.98º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFB88E is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 142 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.06 |
| HSL | 25.98º | 0.75% | 0.75% | - |
| HSV(B) | 25.98º | 0.41% | 0.94% | - |
| XYZ | 57.62 | 54.58 | 33.09 | - |
| YUV | 195.66 | 97.72 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 142 | 0 | 0.23 | 0.41 | 0.06 | 25.98 | 0.75 | 0.75 |
| Hex | EF | B8 | 8E | 0 | 17 | 29 | 6 | 1A | 4B | 4B |
| Octal | 357 | 270 | 216 | 0 | 27 | 51 | 6 | 32 | 113 | 113 |
| Binary | 11101111 | 10111000 | 10001110 | 0 | 10111 | 101001 | 110 | 11010 | 1001011 | 1001011 |
Color Harmonies of #EFB88E
Complementary color
Monochromatic Colors of #EFB88E
Black with #EFB88E
Text Example
Text Example
White with #EFB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB88E; }
p { color: rgb(239,184,142); }
H1.HeaderClassName
{
color: #EFB88E;
}
.AnyTagClassName
{
color: #EFB88E;
}
</style>
background-color css
<style>
a { background-color: #EFB88E; }
a { background-color: rgb(239,184,142); }
div.DivClassName
{
background-color: #EFB88E;
}
.BgClassName
{
background-color: #EFB88E;
}
</style>
border-color css
<style>
span { border-color: #EFB88E; }
span { border-color: rgb(239,184,142); }
td.TdClassName
{
border-color: #EFB88E;
}
.TagClassName
{
border-color: #EFB88E;
}
</style>