#EFD1A6

Color #EFD1A6 Dairy Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dairy Cream #EFD1A6

Tints of Dairy Cream #EFD1A6

Color information

#EFD1A6 (or 0xEFD1A6) is unknown color: approx Dairy Cream. HEX triplet: EF, D1 and A6. RGB value is (239,209,166). Sum of RGB (Red+Green+Blue) = 239+209+166=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1A6 is #102E59. Grayscale: #D5D5D5. Windows color (decimal): -1060442 or 10932719. OLE color: 10932719.

HSL color Cylindrical-coordinate representation of color #EFD1A6: hue angle of 35.34º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFD1A6 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239209166-
CMYK00.130.310.06
HSL35.34º69.52%79.41%-
HSV(B)35.34º30.54%93.73%-
XYZ65.2866.745.51-
YUV213.07101.44146.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 209 (82.03% from 255) = 34.04%
BLUE value IS 166 (65.23% from 255) = 27.04%
R=38.93%
G=34.04%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920916600.130.310.0635.3469.5279.41
HexEFD1A60D1F623464f
Octal35732124601537643106117
Binary111011111101000110100110011011111111010001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1A6; }

 p { color: rgb(239,209,166); }

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

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

 a { background-color: rgb(239,209,166); }

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

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

 span { border-color: rgb(239,209,166); }

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