Shades of Mandys Pink #EFB397
Tints of Mandys Pink #EFB397
RGB
CMYK
RGB Variations
Color information
#EFB397 (or 0xEFB397) is known color: Mandys Pink. HEX triplet: EF, B3 and 97. RGB value is (239,179,151). Sum of RGB (Red+Green+Blue) = 239+179+151=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB397 is #104C68. Grayscale: #C1C1C1. Windows color (decimal): -1068137 or 9941999. OLE color: 9941999.
HSL color Cylindrical-coordinate representation of color #EFB397: hue angle of 19.09º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFB397 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 151 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.06 |
| HSL | 19.09º | 0.73% | 0.76% | - |
| HSV(B) | 19.09º | 0.37% | 0.94% | - |
| XYZ | 57.3 | 52.83 | 36.45 | - |
| YUV | 193.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 151 | 0 | 0.25 | 0.37 | 0.06 | 19.09 | 0.73 | 0.76 |
| Hex | EF | B3 | 97 | 0 | 19 | 25 | 6 | 13 | 49 | 4C |
| Octal | 357 | 263 | 227 | 0 | 31 | 45 | 6 | 23 | 111 | 114 |
| Binary | 11101111 | 10110011 | 10010111 | 0 | 11001 | 100101 | 110 | 10011 | 1001001 | 1001100 |
Color Harmonies of #EFB397
Complementary color
Monochromatic Colors of #EFB397
Black with #EFB397
Text Example
Text Example
White with #EFB397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB397; }
p { color: rgb(239,179,151); }
H1.HeaderClassName
{
color: #EFB397;
}
.AnyTagClassName
{
color: #EFB397;
}
</style>
background-color css
<style>
a { background-color: #EFB397; }
a { background-color: rgb(239,179,151); }
div.DivClassName
{
background-color: #EFB397;
}
.BgClassName
{
background-color: #EFB397;
}
</style>
border-color css
<style>
span { border-color: #EFB397; }
span { border-color: rgb(239,179,151); }
td.TdClassName
{
border-color: #EFB397;
}
.TagClassName
{
border-color: #EFB397;
}
</style>