#EFD4A1

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

Shades of Dairy Cream #EFD4A1

Tints of Dairy Cream #EFD4A1

Color information

#EFD4A1 (or 0xEFD4A1) is unknown color: approx Dairy Cream. HEX triplet: EF, D4 and A1. RGB value is (239,212,161). Sum of RGB (Red+Green+Blue) = 239+212+161=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 212 (83.20% from 255 or 34.64% from 612); Blue value is 161 (63.28% from 255 or 26.31% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4A1 is #102B5E. Grayscale: #D6D6D6. Windows color (decimal): -1059679 or 10605807. OLE color: 10605807.

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

Color convert

RGB239212161-
CMYK00.110.330.06
HSL39.23º70.91%78.43%-
HSV(B)39.23º32.64%93.73%-
XYZ65.5768.0143.39-
YUV214.2697.95145.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 212 (83.20% from 255) = 34.64%
BLUE value IS 161 (63.28% from 255) = 26.31%
R=39.05%
G=34.64%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921216100.110.330.0639.2370.9178.43
HexEFD4A10B21627474e
Octal35732424101341647107116
Binary1110111111010100101000010101110000111010011110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD4A1; }

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

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

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

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

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

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

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

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