#EFD3A3

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

Shades of Dairy Cream #EFD3A3

Tints of Dairy Cream #EFD3A3

Color information

#EFD3A3 (or 0xEFD3A3) is unknown color: approx Dairy Cream. HEX triplet: EF, D3 and A3. RGB value is (239,211,163). Sum of RGB (Red+Green+Blue) = 239+211+163=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 163 (64.06% from 255 or 26.59% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3A3 is #102C5C. Grayscale: #D6D6D6. Windows color (decimal): -1059933 or 10736623. OLE color: 10736623.

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

Color convert

RGB239211163-
CMYK00.120.320.06
HSL37.89º70.37%78.82%-
HSV(B)37.89º31.8%93.73%-
XYZ65.567.5844.24-
YUV213.999.28145.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 163 (64.06% from 255) = 26.59%
R=38.99%
G=34.42%
B=26.59%

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
Decimal23921116300.120.320.0637.8970.3778.82
HexEFD3A30C20626464f
Octal35732324301440646106117
Binary1110111111010011101000110110010000011010011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD3A3; }

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

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

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

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

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

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

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

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