Shades of Mandys Pink #EFB698
Tints of Mandys Pink #EFB698
RGB
CMYK
RGB Variations
Color information
#EFB698 (or 0xEFB698) is known color: Mandys Pink. HEX triplet: EF, B6 and 98. RGB value is (239,182,152). Sum of RGB (Red+Green+Blue) = 239+182+152=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 152 (59.77% from 255 or 26.53% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB698 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB698 is #104967. Grayscale: #C3C3C3. Windows color (decimal): -1067368 or 10008303. OLE color: 10008303.
HSL color Cylindrical-coordinate representation of color #EFB698: hue angle of 20.69º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFB698 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 152 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.06 |
| HSL | 20.69º | 0.73% | 0.77% | - |
| HSV(B) | 20.69º | 0.36% | 0.94% | - |
| XYZ | 57.99 | 54.07 | 37.09 | - |
| YUV | 195.62 | 103.38 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 152 | 0 | 0.24 | 0.36 | 0.06 | 20.69 | 0.73 | 0.77 |
| Hex | EF | B6 | 98 | 0 | 18 | 24 | 6 | 15 | 49 | 4D |
| Octal | 357 | 266 | 230 | 0 | 30 | 44 | 6 | 25 | 111 | 115 |
| Binary | 11101111 | 10110110 | 10011000 | 0 | 11000 | 100100 | 110 | 10101 | 1001001 | 1001101 |
Color Harmonies of #EFB698
Complementary color
Monochromatic Colors of #EFB698
Black with #EFB698
Text Example
Text Example
White with #EFB698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB698; }
p { color: rgb(239,182,152); }
H1.HeaderClassName
{
color: #EFB698;
}
.AnyTagClassName
{
color: #EFB698;
}
</style>
background-color css
<style>
a { background-color: #EFB698; }
a { background-color: rgb(239,182,152); }
div.DivClassName
{
background-color: #EFB698;
}
.BgClassName
{
background-color: #EFB698;
}
</style>
border-color css
<style>
span { border-color: #EFB698; }
span { border-color: rgb(239,182,152); }
td.TdClassName
{
border-color: #EFB698;
}
.TagClassName
{
border-color: #EFB698;
}
</style>