Shades of Mandys Pink #EFB38B
Tints of Mandys Pink #EFB38B
RGB
CMYK
RGB Variations
Color information
#EFB38B (or 0xEFB38B) is known color: Mandys Pink. HEX triplet: EF, B3 and 8B. RGB value is (239,179,139). Sum of RGB (Red+Green+Blue) = 239+179+139=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB38B is #104C74. Grayscale: #C0C0C0. Windows color (decimal): -1068149 or 9155567. OLE color: 9155567.
HSL color Cylindrical-coordinate representation of color #EFB38B: hue angle of 24º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFB38B is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 139 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.06 |
| HSL | 24º | 0.76% | 0.74% | - |
| HSV(B) | 24º | 0.42% | 0.94% | - |
| XYZ | 56.38 | 52.46 | 31.58 | - |
| YUV | 192.38 | 97.88 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 139 | 0 | 0.25 | 0.42 | 0.06 | 24 | 0.76 | 0.74 |
| Hex | EF | B3 | 8B | 0 | 19 | 2A | 6 | 18 | 4C | 4A |
| Octal | 357 | 263 | 213 | 0 | 31 | 52 | 6 | 30 | 114 | 112 |
| Binary | 11101111 | 10110011 | 10001011 | 0 | 11001 | 101010 | 110 | 11000 | 1001100 | 1001010 |
Color Harmonies of #EFB38B
Complementary color
Monochromatic Colors of #EFB38B
Black with #EFB38B
Text Example
Text Example
White with #EFB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB38B; }
p { color: rgb(239,179,139); }
H1.HeaderClassName
{
color: #EFB38B;
}
.AnyTagClassName
{
color: #EFB38B;
}
</style>
background-color css
<style>
a { background-color: #EFB38B; }
a { background-color: rgb(239,179,139); }
div.DivClassName
{
background-color: #EFB38B;
}
.BgClassName
{
background-color: #EFB38B;
}
</style>
border-color css
<style>
span { border-color: #EFB38B; }
span { border-color: rgb(239,179,139); }
td.TdClassName
{
border-color: #EFB38B;
}
.TagClassName
{
border-color: #EFB38B;
}
</style>