Shades of Mandys Pink #EFB592
Tints of Mandys Pink #EFB592
RGB
CMYK
RGB Variations
Color information
#EFB592 (or 0xEFB592) is known color: Mandys Pink. HEX triplet: EF, B5 and 92. RGB value is (239,181,146). Sum of RGB (Red+Green+Blue) = 239+181+146=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 181 (71.09% from 255 or 31.98% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB592 is #104A6D. Grayscale: #C2C2C2. Windows color (decimal): -1067630 or 9614831. OLE color: 9614831.
HSL color Cylindrical-coordinate representation of color #EFB592: hue angle of 22.58º 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 #EFB592 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 146 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.06 |
| HSL | 22.58º | 0.74% | 0.75% | - |
| HSV(B) | 22.58º | 0.39% | 0.94% | - |
| XYZ | 57.31 | 53.47 | 34.5 | - |
| YUV | 194.35 | 100.72 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 146 | 0 | 0.24 | 0.39 | 0.06 | 22.58 | 0.74 | 0.75 |
| Hex | EF | B5 | 92 | 0 | 18 | 27 | 6 | 17 | 4A | 4B |
| Octal | 357 | 265 | 222 | 0 | 30 | 47 | 6 | 27 | 112 | 113 |
| Binary | 11101111 | 10110101 | 10010010 | 0 | 11000 | 100111 | 110 | 10111 | 1001010 | 1001011 |
Color Harmonies of #EFB592
Complementary color
Monochromatic Colors of #EFB592
Black with #EFB592
Text Example
Text Example
White with #EFB592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB592; }
p { color: rgb(239,181,146); }
H1.HeaderClassName
{
color: #EFB592;
}
.AnyTagClassName
{
color: #EFB592;
}
</style>
background-color css
<style>
a { background-color: #EFB592; }
a { background-color: rgb(239,181,146); }
div.DivClassName
{
background-color: #EFB592;
}
.BgClassName
{
background-color: #EFB592;
}
</style>
border-color css
<style>
span { border-color: #EFB592; }
span { border-color: rgb(239,181,146); }
td.TdClassName
{
border-color: #EFB592;
}
.TagClassName
{
border-color: #EFB592;
}
</style>