Shades of Mandys Pink #EFBB92
Tints of Mandys Pink #EFBB92
RGB
CMYK
RGB Variations
Color information
#EFBB92 (or 0xEFBB92) is known color: Mandys Pink. HEX triplet: EF, BB and 92. RGB value is (239,187,146). Sum of RGB (Red+Green+Blue) = 239+187+146=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB92 is #10446D. Grayscale: #C6C6C6. Windows color (decimal): -1066094 or 9616367. OLE color: 9616367.
HSL color Cylindrical-coordinate representation of color #EFBB92: hue angle of 26.45º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFBB92 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 146 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.06 |
| HSL | 26.45º | 0.74% | 0.75% | - |
| HSV(B) | 26.45º | 0.39% | 0.94% | - |
| XYZ | 58.56 | 55.97 | 34.91 | - |
| YUV | 197.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 146 | 0 | 0.22 | 0.39 | 0.06 | 26.45 | 0.74 | 0.75 |
| Hex | EF | BB | 92 | 0 | 16 | 27 | 6 | 1A | 4A | 4B |
| Octal | 357 | 273 | 222 | 0 | 26 | 47 | 6 | 32 | 112 | 113 |
| Binary | 11101111 | 10111011 | 10010010 | 0 | 10110 | 100111 | 110 | 11010 | 1001010 | 1001011 |
Color Harmonies of #EFBB92
Complementary color
Monochromatic Colors of #EFBB92
Black with #EFBB92
Text Example
Text Example
White with #EFBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB92; }
p { color: rgb(239,187,146); }
H1.HeaderClassName
{
color: #EFBB92;
}
.AnyTagClassName
{
color: #EFBB92;
}
</style>
background-color css
<style>
a { background-color: #EFBB92; }
a { background-color: rgb(239,187,146); }
div.DivClassName
{
background-color: #EFBB92;
}
.BgClassName
{
background-color: #EFBB92;
}
</style>
border-color css
<style>
span { border-color: #EFBB92; }
span { border-color: rgb(239,187,146); }
td.TdClassName
{
border-color: #EFBB92;
}
.TagClassName
{
border-color: #EFBB92;
}
</style>