Shades of Mandys Pink #EFB08A
Tints of Mandys Pink #EFB08A
RGB
CMYK
RGB Variations
Color information
#EFB08A (or 0xEFB08A) is known color: Mandys Pink. HEX triplet: EF, B0 and 8A. RGB value is (239,176,138). Sum of RGB (Red+Green+Blue) = 239+176+138=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB08A is #104F75. Grayscale: #BEBEBE. Windows color (decimal): -1068918 or 9089263. OLE color: 9089263.
HSL color Cylindrical-coordinate representation of color #EFB08A: hue angle of 22.57º 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 #EFB08A is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 138 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.06 |
| HSL | 22.57º | 0.76% | 0.74% | - |
| HSV(B) | 22.57º | 0.42% | 0.94% | - |
| XYZ | 55.71 | 51.24 | 31 | - |
| YUV | 190.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 138 | 0 | 0.26 | 0.42 | 0.06 | 22.57 | 0.76 | 0.74 |
| Hex | EF | B0 | 8A | 0 | 1A | 2A | 6 | 17 | 4C | 4A |
| Octal | 357 | 260 | 212 | 0 | 32 | 52 | 6 | 27 | 114 | 112 |
| Binary | 11101111 | 10110000 | 10001010 | 0 | 11010 | 101010 | 110 | 10111 | 1001100 | 1001010 |
Color Harmonies of #EFB08A
Complementary color
Monochromatic Colors of #EFB08A
Black with #EFB08A
Text Example
Text Example
White with #EFB08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB08A; }
p { color: rgb(239,176,138); }
H1.HeaderClassName
{
color: #EFB08A;
}
.AnyTagClassName
{
color: #EFB08A;
}
</style>
background-color css
<style>
a { background-color: #EFB08A; }
a { background-color: rgb(239,176,138); }
div.DivClassName
{
background-color: #EFB08A;
}
.BgClassName
{
background-color: #EFB08A;
}
</style>
border-color css
<style>
span { border-color: #EFB08A; }
span { border-color: rgb(239,176,138); }
td.TdClassName
{
border-color: #EFB08A;
}
.TagClassName
{
border-color: #EFB08A;
}
</style>