#EFD3A8

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

Shades of Dairy Cream #EFD3A8

Tints of Dairy Cream #EFD3A8

Color information

#EFD3A8 (or 0xEFD3A8) is unknown color: approx Dairy Cream. HEX triplet: EF, D3 and A8. RGB value is (239,211,168). Sum of RGB (Red+Green+Blue) = 239+211+168=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3A8 is #102C57. Grayscale: #D6D6D6. Windows color (decimal): -1059928 or 11064303. OLE color: 11064303.

HSL color Cylindrical-coordinate representation of color #EFD3A8: hue angle of 36.34º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFD3A8 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239211168-
CMYK00.120.300.06
HSL36.34º68.93%79.8%-
HSV(B)36.34º29.71%93.73%-
XYZ65.9667.7746.65-
YUV214.47101.78145.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.67%
GREEN value IS 211 (82.81% from 255) = 34.14%
BLUE value IS 168 (66.02% from 255) = 27.18%
R=38.67%
G=34.14%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921116800.120.300.0636.3468.9379.8
HexEFD3A80C1E6244550
Octal35732325001436644105120
Binary111011111101001110101000011001111011010010010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3A8; }

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

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

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

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

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

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

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

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