Shades of Mandys Pink #EFB69B
Tints of Mandys Pink #EFB69B
RGB
CMYK
RGB Variations
Color information
#EFB69B (or 0xEFB69B) is known color: Mandys Pink. HEX triplet: EF, B6 and 9B. RGB value is (239,182,155). Sum of RGB (Red+Green+Blue) = 239+182+155=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB69B is #104964. Grayscale: #C4C4C4. Windows color (decimal): -1067365 or 10204911. OLE color: 10204911.
HSL color Cylindrical-coordinate representation of color #EFB69B: hue angle of 19.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFB69B is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 155 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.06 |
| HSL | 19.29º | 0.72% | 0.77% | - |
| HSV(B) | 19.29º | 0.35% | 0.94% | - |
| XYZ | 58.24 | 54.17 | 38.4 | - |
| YUV | 195.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 155 | 0 | 0.24 | 0.35 | 0.06 | 19.29 | 0.72 | 0.77 |
| Hex | EF | B6 | 9B | 0 | 18 | 23 | 6 | 13 | 48 | 4D |
| Octal | 357 | 266 | 233 | 0 | 30 | 43 | 6 | 23 | 110 | 115 |
| Binary | 11101111 | 10110110 | 10011011 | 0 | 11000 | 100011 | 110 | 10011 | 1001000 | 1001101 |
Color Harmonies of #EFB69B
Complementary color
Monochromatic Colors of #EFB69B
Black with #EFB69B
Text Example
Text Example
White with #EFB69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB69B; }
p { color: rgb(239,182,155); }
H1.HeaderClassName
{
color: #EFB69B;
}
.AnyTagClassName
{
color: #EFB69B;
}
</style>
background-color css
<style>
a { background-color: #EFB69B; }
a { background-color: rgb(239,182,155); }
div.DivClassName
{
background-color: #EFB69B;
}
.BgClassName
{
background-color: #EFB69B;
}
</style>
border-color css
<style>
span { border-color: #EFB69B; }
span { border-color: rgb(239,182,155); }
td.TdClassName
{
border-color: #EFB69B;
}
.TagClassName
{
border-color: #EFB69B;
}
</style>