Shades of Milk Punch #EFE4C5
Tints of Milk Punch #EFE4C5
RGB
CMYK
RGB Variations
Color information
#EFE4C5 (or 0xEFE4C5) is known color: Milk Punch. HEX triplet: EF, E4 and C5. RGB value is (239,228,197). Sum of RGB (Red+Green+Blue) = 239+228+197=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 197 (77.34% from 255 or 29.67% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4C5 is #101B3A. Grayscale: #E3E3E3. Windows color (decimal): -1055547 or 12969199. OLE color: 12969199.
HSL color Cylindrical-coordinate representation of color #EFE4C5: hue angle of 44.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFE4C5 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 197 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.06 |
| HSL | 44.29º | 0.57% | 0.85% | - |
| HSV(B) | 44.29º | 0.18% | 0.94% | - |
| XYZ | 73.42 | 77.87 | 63.98 | - |
| YUV | 227.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 197 | 0 | 0.05 | 0.18 | 0.06 | 44.29 | 0.57 | 0.85 |
| Hex | EF | E4 | C5 | 0 | 5 | 12 | 6 | 2C | 39 | 55 |
| Octal | 357 | 344 | 305 | 0 | 5 | 22 | 6 | 54 | 71 | 125 |
| Binary | 11101111 | 11100100 | 11000101 | 0 | 101 | 10010 | 110 | 101100 | 111001 | 1010101 |
Color Harmonies of #EFE4C5
Complementary color
Monochromatic Colors of #EFE4C5
Black with #EFE4C5
Text Example
Text Example
White with #EFE4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4C5; }
p { color: rgb(239,228,197); }
H1.HeaderClassName
{
color: #EFE4C5;
}
.AnyTagClassName
{
color: #EFE4C5;
}
</style>
background-color css
<style>
a { background-color: #EFE4C5; }
a { background-color: rgb(239,228,197); }
div.DivClassName
{
background-color: #EFE4C5;
}
.BgClassName
{
background-color: #EFE4C5;
}
</style>
border-color css
<style>
span { border-color: #EFE4C5; }
span { border-color: rgb(239,228,197); }
td.TdClassName
{
border-color: #EFE4C5;
}
.TagClassName
{
border-color: #EFE4C5;
}
</style>