#EFD1A5

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

Shades of Dairy Cream #EFD1A5

Tints of Dairy Cream #EFD1A5

Color information

#EFD1A5 (or 0xEFD1A5) is unknown color: approx Dairy Cream. HEX triplet: EF, D1 and A5. RGB value is (239,209,165). Sum of RGB (Red+Green+Blue) = 239+209+165=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1A5 is #102E5A. Grayscale: #D5D5D5. Windows color (decimal): -1060443 or 10867183. OLE color: 10867183.

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

Color convert

RGB239209165-
CMYK00.130.310.06
HSL35.68º69.81%79.22%-
HSV(B)35.68º30.96%93.73%-
XYZ65.1966.6745.03-
YUV212.95100.94146.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 209 (82.03% from 255) = 34.09%
BLUE value IS 165 (64.84% from 255) = 26.92%
R=38.99%
G=34.09%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920916500.130.310.0635.6869.8179.22
HexEFD1A50D1F624464f
Octal35732124501537644106117
Binary111011111101000110100101011011111111010010010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1A5; }

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

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

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

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

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

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

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

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