#EFD2A1

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

Shades of Dairy Cream #EFD2A1

Tints of Dairy Cream #EFD2A1

Color information

#EFD2A1 (or 0xEFD2A1) is unknown color: approx Dairy Cream. HEX triplet: EF, D2 and A1. RGB value is (239,210,161). Sum of RGB (Red+Green+Blue) = 239+210+161=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2A1 is #102D5E. Grayscale: #D5D5D5. Windows color (decimal): -1060191 or 10605295. OLE color: 10605295.

HSL color Cylindrical-coordinate representation of color #EFD2A1: hue angle of 37.69º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFD2A1 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239210161-
CMYK00.120.330.06
HSL37.69º70.91%78.43%-
HSV(B)37.69º32.64%93.73%-
XYZ65.0867.0243.22-
YUV213.0898.61146.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 210 (82.42% from 255) = 34.43%
BLUE value IS 161 (63.28% from 255) = 26.39%
R=39.18%
G=34.43%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921016100.120.330.0637.6970.9178.43
HexEFD2A10C21626474e
Octal35732224101441646107116
Binary1110111111010010101000010110010000111010011010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2A1; }

 p { color: rgb(239,210,161); }

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

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

 a { background-color: rgb(239,210,161); }

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

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

 span { border-color: rgb(239,210,161); }

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