Shades of Milk Punch #EFE2C1
Tints of Milk Punch #EFE2C1
RGB
CMYK
RGB Variations
Color information
#EFE2C1 (or 0xEFE2C1) is known color: Milk Punch. HEX triplet: EF, E2 and C1. RGB value is (239,226,193). Sum of RGB (Red+Green+Blue) = 239+226+193=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE2C1 is #101D3E. Grayscale: #E2E2E2. Windows color (decimal): -1056063 or 12706543. OLE color: 12706543.
HSL color Cylindrical-coordinate representation of color #EFE2C1: hue angle of 43.04º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFE2C1 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 193 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.06 |
| HSL | 43.04º | 0.59% | 0.85% | - |
| HSV(B) | 43.04º | 0.19% | 0.94% | - |
| XYZ | 72.42 | 76.59 | 61.42 | - |
| YUV | 226.13 | 109.31 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 193 | 0 | 0.05 | 0.19 | 0.06 | 43.04 | 0.59 | 0.85 |
| Hex | EF | E2 | C1 | 0 | 5 | 13 | 6 | 2B | 3B | 55 |
| Octal | 357 | 342 | 301 | 0 | 5 | 23 | 6 | 53 | 73 | 125 |
| Binary | 11101111 | 11100010 | 11000001 | 0 | 101 | 10011 | 110 | 101011 | 111011 | 1010101 |
Color Harmonies of #EFE2C1
Complementary color
Monochromatic Colors of #EFE2C1
Black with #EFE2C1
Text Example
Text Example
White with #EFE2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE2C1; }
p { color: rgb(239,226,193); }
H1.HeaderClassName
{
color: #EFE2C1;
}
.AnyTagClassName
{
color: #EFE2C1;
}
</style>
background-color css
<style>
a { background-color: #EFE2C1; }
a { background-color: rgb(239,226,193); }
div.DivClassName
{
background-color: #EFE2C1;
}
.BgClassName
{
background-color: #EFE2C1;
}
</style>
border-color css
<style>
span { border-color: #EFE2C1; }
span { border-color: rgb(239,226,193); }
td.TdClassName
{
border-color: #EFE2C1;
}
.TagClassName
{
border-color: #EFE2C1;
}
</style>