#EFD3A2

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

Shades of Dairy Cream #EFD3A2

Tints of Dairy Cream #EFD3A2

Color information

#EFD3A2 (or 0xEFD3A2) is unknown color: approx Dairy Cream. HEX triplet: EF, D3 and A2. RGB value is (239,211,162). Sum of RGB (Red+Green+Blue) = 239+211+162=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 211 (82.81% from 255 or 34.48% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3A2 is #102C5D. Grayscale: #D6D6D6. Windows color (decimal): -1059934 or 10671087. OLE color: 10671087.

HSL color Cylindrical-coordinate representation of color #EFD3A2: hue angle of 38.18º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFD3A2 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB239211162-
CMYK00.120.320.06
HSL38.18º70.64%78.63%-
HSV(B)38.18º32.22%93.73%-
XYZ65.4167.5543.77-
YUV213.7998.78145.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 211 (82.81% from 255) = 34.48%
BLUE value IS 162 (63.67% from 255) = 26.47%
R=39.05%
G=34.48%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921116200.120.320.0638.1870.6478.63
HexEFD3A20C20626474f
Octal35732324201440646107117
Binary1110111111010011101000100110010000011010011010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3A2; }

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

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

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

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

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

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

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

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