#EFD2A8

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

Shades of Dairy Cream #EFD2A8

Tints of Dairy Cream #EFD2A8

Color information

#EFD2A8 (or 0xEFD2A8) is unknown color: approx Dairy Cream. HEX triplet: EF, D2 and A8. RGB value is (239,210,168). Sum of RGB (Red+Green+Blue) = 239+210+168=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2A8 is #102D57. Grayscale: #D6D6D6. Windows color (decimal): -1060184 or 11064047. OLE color: 11064047.

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

Color convert

RGB239210168-
CMYK00.120.300.06
HSL35.49º68.93%79.8%-
HSV(B)35.49º29.71%93.73%-
XYZ65.7167.2746.57-
YUV213.88102.11145.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 210 (82.42% from 255) = 34.04%
BLUE value IS 168 (66.02% from 255) = 27.23%
R=38.74%
G=34.04%
B=27.23%

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
Decimal23921016800.120.300.0635.4968.9379.8
HexEFD2A80C1E6234550
Octal35732225001436643105120
Binary111011111101001010101000011001111011010001110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD2A8; }

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

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

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

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

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

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

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

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