Shades of Mandys Pink #EFB58F
Tints of Mandys Pink #EFB58F
RGB
CMYK
RGB Variations
Color information
#EFB58F (or 0xEFB58F) is known color: Mandys Pink. HEX triplet: EF, B5 and 8F. RGB value is (239,181,143). Sum of RGB (Red+Green+Blue) = 239+181+143=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 143 (56.25% from 255 or 25.40% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB58F is #104A70. Grayscale: #C2C2C2. Windows color (decimal): -1067633 or 9418223. OLE color: 9418223.
HSL color Cylindrical-coordinate representation of color #EFB58F: hue angle of 23.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFB58F is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 143 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.06 |
| HSL | 23.75º | 0.75% | 0.75% | - |
| HSV(B) | 23.75º | 0.4% | 0.94% | - |
| XYZ | 57.08 | 53.38 | 33.28 | - |
| YUV | 194.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 143 | 0 | 0.24 | 0.40 | 0.06 | 23.75 | 0.75 | 0.75 |
| Hex | EF | B5 | 8F | 0 | 18 | 28 | 6 | 18 | 4B | 4B |
| Octal | 357 | 265 | 217 | 0 | 30 | 50 | 6 | 30 | 113 | 113 |
| Binary | 11101111 | 10110101 | 10001111 | 0 | 11000 | 101000 | 110 | 11000 | 1001011 | 1001011 |
Color Harmonies of #EFB58F
Complementary color
Monochromatic Colors of #EFB58F
Black with #EFB58F
Text Example
Text Example
White with #EFB58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB58F; }
p { color: rgb(239,181,143); }
H1.HeaderClassName
{
color: #EFB58F;
}
.AnyTagClassName
{
color: #EFB58F;
}
</style>
background-color css
<style>
a { background-color: #EFB58F; }
a { background-color: rgb(239,181,143); }
div.DivClassName
{
background-color: #EFB58F;
}
.BgClassName
{
background-color: #EFB58F;
}
</style>
border-color css
<style>
span { border-color: #EFB58F; }
span { border-color: rgb(239,181,143); }
td.TdClassName
{
border-color: #EFB58F;
}
.TagClassName
{
border-color: #EFB58F;
}
</style>