#EFD4A4

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

Shades of Dairy Cream #EFD4A4

Tints of Dairy Cream #EFD4A4

Color information

#EFD4A4 (or 0xEFD4A4) is unknown color: approx Dairy Cream. HEX triplet: EF, D4 and A4. RGB value is (239,212,164). Sum of RGB (Red+Green+Blue) = 239+212+164=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 212 (83.20% from 255 or 34.47% from 615); Blue value is 164 (64.45% from 255 or 26.67% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4A4 is #102B5B. Grayscale: #D6D6D6. Windows color (decimal): -1059676 or 10802415. OLE color: 10802415.

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

Color convert

RGB239212164-
CMYK00.110.310.06
HSL38.4º70.09%79.02%-
HSV(B)38.4º31.38%93.73%-
XYZ65.8468.1244.8-
YUV214.699.45145.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 212 (83.20% from 255) = 34.47%
BLUE value IS 164 (64.45% from 255) = 26.67%
R=38.86%
G=34.47%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921216400.110.310.0638.470.0979.02
HexEFD4A40B1F626464f
Octal35732424401337646106117
Binary111011111101010010100100010111111111010011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4A4; }

 p { color: rgb(239,212,164); }

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

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

 a { background-color: rgb(239,212,164); }

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

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

 span { border-color: rgb(239,212,164); }

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