#EFD3A1

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

Shades of Dairy Cream #EFD3A1

Tints of Dairy Cream #EFD3A1

Color information

#EFD3A1 (or 0xEFD3A1) is unknown color: approx Dairy Cream. HEX triplet: EF, D3 and A1. RGB value is (239,211,161). Sum of RGB (Red+Green+Blue) = 239+211+161=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3A1 is #102C5E. Grayscale: #D5D5D5. Windows color (decimal): -1059935 or 10605551. OLE color: 10605551.

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

Color convert

RGB239211161-
CMYK00.120.330.06
HSL38.46º70.91%78.43%-
HSV(B)38.46º32.64%93.73%-
XYZ65.3267.5143.31-
YUV213.6798.28146.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 211 (82.81% from 255) = 34.53%
BLUE value IS 161 (63.28% from 255) = 26.35%
R=39.12%
G=34.53%
B=26.35%

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
Decimal23921116100.120.330.0638.4670.9178.43
HexEFD3A10C21626474e
Octal35732324101441646107116
Binary1110111111010011101000010110010000111010011010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3A1; }

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

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

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

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

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

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

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

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