Shades of Milk Punch #EFE3C3
Tints of Milk Punch #EFE3C3
RGB
CMYK
RGB Variations
Color information
#EFE3C3 (or 0xEFE3C3) is known color: Milk Punch. HEX triplet: EF, E3 and C3. RGB value is (239,227,195). Sum of RGB (Red+Green+Blue) = 239+227+195=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE3C3 is #101C3C. Grayscale: #E3E3E3. Windows color (decimal): -1055805 or 12837871. OLE color: 12837871.
HSL color Cylindrical-coordinate representation of color #EFE3C3: hue angle of 43.64º degrees, saturation: 0.58, 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 #EFE3C3 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 195 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.06 |
| HSL | 43.64º | 0.58% | 0.85% | - |
| HSV(B) | 43.64º | 0.18% | 0.94% | - |
| XYZ | 72.92 | 77.23 | 62.69 | - |
| YUV | 226.94 | 109.98 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 195 | 0 | 0.05 | 0.18 | 0.06 | 43.64 | 0.58 | 0.85 |
| Hex | EF | E3 | C3 | 0 | 5 | 12 | 6 | 2C | 3A | 55 |
| Octal | 357 | 343 | 303 | 0 | 5 | 22 | 6 | 54 | 72 | 125 |
| Binary | 11101111 | 11100011 | 11000011 | 0 | 101 | 10010 | 110 | 101100 | 111010 | 1010101 |
Color Harmonies of #EFE3C3
Complementary color
Monochromatic Colors of #EFE3C3
Black with #EFE3C3
Text Example
Text Example
White with #EFE3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE3C3; }
p { color: rgb(239,227,195); }
H1.HeaderClassName
{
color: #EFE3C3;
}
.AnyTagClassName
{
color: #EFE3C3;
}
</style>
background-color css
<style>
a { background-color: #EFE3C3; }
a { background-color: rgb(239,227,195); }
div.DivClassName
{
background-color: #EFE3C3;
}
.BgClassName
{
background-color: #EFE3C3;
}
</style>
border-color css
<style>
span { border-color: #EFE3C3; }
span { border-color: rgb(239,227,195); }
td.TdClassName
{
border-color: #EFE3C3;
}
.TagClassName
{
border-color: #EFE3C3;
}
</style>