#EFD0A4

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

Shades of Dairy Cream #EFD0A4

Tints of Dairy Cream #EFD0A4

Color information

#EFD0A4 (or 0xEFD0A4) is unknown color: approx Dairy Cream. HEX triplet: EF, D0 and A4. RGB value is (239,208,164). Sum of RGB (Red+Green+Blue) = 239+208+164=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 164 (64.45% from 255 or 26.84% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD0A4 is #102F5B. Grayscale: #D4D4D4. Windows color (decimal): -1060700 or 10801391. OLE color: 10801391.

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

Color convert

RGB239208164-
CMYK00.130.310.06
HSL35.2º70.09%79.02%-
HSV(B)35.2º31.38%93.73%-
XYZ64.8566.1444.47-
YUV212.25100.77147.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 208 (81.64% from 255) = 34.04%
BLUE value IS 164 (64.45% from 255) = 26.84%
R=39.12%
G=34.04%
B=26.84%

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
Decimal23920816400.130.310.0635.270.0979.02
HexEFD0A40D1F623464f
Octal35732024401537643106117
Binary111011111101000010100100011011111111010001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0A4; }

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

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

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

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

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

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

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

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