#EFE1C1

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

Shades of Milk Punch #EFE1C1

Tints of Milk Punch #EFE1C1

Color information

#EFE1C1 (or 0xEFE1C1) is unknown color: approx Milk Punch. HEX triplet: EF, E1 and C1. RGB value is (239,225,193). Sum of RGB (Red+Green+Blue) = 239+225+193=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE1C1 is #101E3E. Grayscale: #E1E1E1. Windows color (decimal): -1056319 or 12706287. OLE color: 12706287.

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

Color convert

RGB239225193-
CMYK00.060.190.06
HSL41.74º58.97%84.71%-
HSV(B)41.74º19.25%93.73%-
XYZ72.1576.0561.33-
YUV225.54109.64137.6-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.38%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 193 (75.78% from 255) = 29.38%
R=36.38%
G=34.25%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922519300.060.190.0641.7458.9784.71
HexEFE1C1061362a3b55
Octal357341301062365273125
Binary1110111111100001110000010110100111101010101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1C1; }

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

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

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

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

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

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

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

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