Shades of Mandys Pink #EFB78F
Tints of Mandys Pink #EFB78F
RGB
CMYK
RGB Variations
Color information
#EFB78F (or 0xEFB78F) is known color: Mandys Pink. HEX triplet: EF, B7 and 8F. RGB value is (239,183,143). Sum of RGB (Red+Green+Blue) = 239+183+143=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB78F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB78F is #104870. Grayscale: #C3C3C3. Windows color (decimal): -1067121 or 9418735. OLE color: 9418735.
HSL color Cylindrical-coordinate representation of color #EFB78F: hue angle of 25º 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 #EFB78F is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 143 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.06 |
| HSL | 25º | 0.75% | 0.75% | - |
| HSV(B) | 25º | 0.4% | 0.94% | - |
| XYZ | 57.49 | 54.2 | 33.42 | - |
| YUV | 195.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 143 | 0 | 0.23 | 0.40 | 0.06 | 25 | 0.75 | 0.75 |
| Hex | EF | B7 | 8F | 0 | 17 | 28 | 6 | 19 | 4B | 4B |
| Octal | 357 | 267 | 217 | 0 | 27 | 50 | 6 | 31 | 113 | 113 |
| Binary | 11101111 | 10110111 | 10001111 | 0 | 10111 | 101000 | 110 | 11001 | 1001011 | 1001011 |
Color Harmonies of #EFB78F
Complementary color
Monochromatic Colors of #EFB78F
Black with #EFB78F
Text Example
Text Example
White with #EFB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB78F; }
p { color: rgb(239,183,143); }
H1.HeaderClassName
{
color: #EFB78F;
}
.AnyTagClassName
{
color: #EFB78F;
}
</style>
background-color css
<style>
a { background-color: #EFB78F; }
a { background-color: rgb(239,183,143); }
div.DivClassName
{
background-color: #EFB78F;
}
.BgClassName
{
background-color: #EFB78F;
}
</style>
border-color css
<style>
span { border-color: #EFB78F; }
span { border-color: rgb(239,183,143); }
td.TdClassName
{
border-color: #EFB78F;
}
.TagClassName
{
border-color: #EFB78F;
}
</style>