#EFD1A7

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

Shades of Dairy Cream #EFD1A7

Tints of Dairy Cream #EFD1A7

Color information

#EFD1A7 (or 0xEFD1A7) is unknown color: approx Dairy Cream. HEX triplet: EF, D1 and A7. RGB value is (239,209,167). Sum of RGB (Red+Green+Blue) = 239+209+167=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 209 (82.03% from 255 or 33.98% from 615); Blue value is 167 (65.62% from 255 or 27.15% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1A7 is #102E58. Grayscale: #D5D5D5. Windows color (decimal): -1060441 or 10998255. OLE color: 10998255.

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

Color convert

RGB239209167-
CMYK00.130.300.06
HSL35º69.23%79.61%-
HSV(B)35º30.13%93.73%-
XYZ65.3766.7446-
YUV213.18101.94146.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.86%
GREEN value IS 209 (82.03% from 255) = 33.98%
BLUE value IS 167 (65.62% from 255) = 27.15%
R=38.86%
G=33.98%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920916700.130.300.063569.2379.61
HexEFD1A70D1E6234550
Octal35732124701536643105120
Binary111011111101000110100111011011111011010001110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1A7; }

 p { color: rgb(239,209,167); }

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

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

 a { background-color: rgb(239,209,167); }

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

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

 span { border-color: rgb(239,209,167); }

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