#EFE1C3

Color #EFE1C3 Milk Punch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milk Punch #EFE1C3

Tints of Milk Punch #EFE1C3

Color information

#EFE1C3 (or 0xEFE1C3) is unknown color: approx Milk Punch. HEX triplet: EF, E1 and C3. RGB value is (239,225,195). Sum of RGB (Red+Green+Blue) = 239+225+195=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 195 (76.56% from 255 or 29.59% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1C3 is #101E3C. Grayscale: #E1E1E1. Windows color (decimal): -1056317 or 12837359. OLE color: 12837359.

HSL color Cylindrical-coordinate representation of color #EFE1C3: hue angle of 40.91º 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 #EFE1C3 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239225195-
CMYK00.060.180.06
HSL40.91º57.89%85.1%-
HSV(B)40.91º18.41%93.73%-
XYZ72.3776.1462.51-
YUV225.77110.64137.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 36.27%
GREEN value IS 225 (88.28% from 255) = 34.14%
BLUE value IS 195 (76.56% from 255) = 29.59%
R=36.27%
G=34.14%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922519500.060.180.0640.9157.8985.1
HexEFE1C306126293a55
Octal357341303062265172125
Binary1110111111100001110000110110100101101010011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1C3; }

 p { color: rgb(239,225,195); }

 H1.HeaderClassName
 {
   color: #EFE1C3;
 }
 .AnyTagClassName
 {
   color: #EFE1C3;
 }
</style>
background-color css

<style>
 a { background-color: #EFE1C3; }

 a { background-color: rgb(239,225,195); }

 div.DivClassName
 {
   background-color: #EFE1C3;
 }
 .BgClassName
 {
   background-color: #EFE1C3;
 }
</style>
border-color css

<style>
 span { border-color: #EFE1C3; }

 span { border-color: rgb(239,225,195); }

 td.TdClassName
 {
   border-color: #EFE1C3;
 }
 .TagClassName
 {
   border-color: #EFE1C3;
 }
</style>