Shades of Mandys Pink #EFB38C
Tints of Mandys Pink #EFB38C
RGB
CMYK
RGB Variations
Color information
#EFB38C (or 0xEFB38C) is known color: Mandys Pink. HEX triplet: EF, B3 and 8C. RGB value is (239,179,140). Sum of RGB (Red+Green+Blue) = 239+179+140=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 140 (55.08% from 255 or 25.09% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB38C is #104C73. Grayscale: #C0C0C0. Windows color (decimal): -1068148 or 9221103. OLE color: 9221103.
HSL color Cylindrical-coordinate representation of color #EFB38C: hue angle of 23.64º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFB38C is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 140 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.06 |
| HSL | 23.64º | 0.76% | 0.74% | - |
| HSV(B) | 23.64º | 0.41% | 0.94% | - |
| XYZ | 56.45 | 52.48 | 31.97 | - |
| YUV | 192.49 | 98.38 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 140 | 0 | 0.25 | 0.41 | 0.06 | 23.64 | 0.76 | 0.74 |
| Hex | EF | B3 | 8C | 0 | 19 | 29 | 6 | 18 | 4C | 4A |
| Octal | 357 | 263 | 214 | 0 | 31 | 51 | 6 | 30 | 114 | 112 |
| Binary | 11101111 | 10110011 | 10001100 | 0 | 11001 | 101001 | 110 | 11000 | 1001100 | 1001010 |
Color Harmonies of #EFB38C
Complementary color
Monochromatic Colors of #EFB38C
Black with #EFB38C
Text Example
Text Example
White with #EFB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB38C; }
p { color: rgb(239,179,140); }
H1.HeaderClassName
{
color: #EFB38C;
}
.AnyTagClassName
{
color: #EFB38C;
}
</style>
background-color css
<style>
a { background-color: #EFB38C; }
a { background-color: rgb(239,179,140); }
div.DivClassName
{
background-color: #EFB38C;
}
.BgClassName
{
background-color: #EFB38C;
}
</style>
border-color css
<style>
span { border-color: #EFB38C; }
span { border-color: rgb(239,179,140); }
td.TdClassName
{
border-color: #EFB38C;
}
.TagClassName
{
border-color: #EFB38C;
}
</style>