Shades of Mandys Pink #EFB691
Tints of Mandys Pink #EFB691
RGB
CMYK
RGB Variations
Color information
#EFB691 (or 0xEFB691) is known color: Mandys Pink. HEX triplet: EF, B6 and 91. RGB value is (239,182,145). Sum of RGB (Red+Green+Blue) = 239+182+145=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB691 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB691 is #10496E. Grayscale: #C3C3C3. Windows color (decimal): -1067375 or 9549551. OLE color: 9549551.
HSL color Cylindrical-coordinate representation of color #EFB691: hue angle of 23.62º degrees, saturation: 0.75, 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 #EFB691 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 145 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.06 |
| HSL | 23.62º | 0.75% | 0.75% | - |
| HSV(B) | 23.62º | 0.39% | 0.94% | - |
| XYZ | 57.44 | 53.85 | 34.16 | - |
| YUV | 194.83 | 99.88 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 145 | 0 | 0.24 | 0.39 | 0.06 | 23.62 | 0.75 | 0.75 |
| Hex | EF | B6 | 91 | 0 | 18 | 27 | 6 | 18 | 4B | 4B |
| Octal | 357 | 266 | 221 | 0 | 30 | 47 | 6 | 30 | 113 | 113 |
| Binary | 11101111 | 10110110 | 10010001 | 0 | 11000 | 100111 | 110 | 11000 | 1001011 | 1001011 |
Color Harmonies of #EFB691
Complementary color
Monochromatic Colors of #EFB691
Black with #EFB691
Text Example
Text Example
White with #EFB691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB691; }
p { color: rgb(239,182,145); }
H1.HeaderClassName
{
color: #EFB691;
}
.AnyTagClassName
{
color: #EFB691;
}
</style>
background-color css
<style>
a { background-color: #EFB691; }
a { background-color: rgb(239,182,145); }
div.DivClassName
{
background-color: #EFB691;
}
.BgClassName
{
background-color: #EFB691;
}
</style>
border-color css
<style>
span { border-color: #EFB691; }
span { border-color: rgb(239,182,145); }
td.TdClassName
{
border-color: #EFB691;
}
.TagClassName
{
border-color: #EFB691;
}
</style>