#EFD0A6

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

Shades of Dairy Cream #EFD0A6

Tints of Dairy Cream #EFD0A6

Color information

#EFD0A6 (or 0xEFD0A6) is unknown color: approx Dairy Cream. HEX triplet: EF, D0 and A6. RGB value is (239,208,166). Sum of RGB (Red+Green+Blue) = 239+208+166=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 166 (65.23% from 255 or 27.08% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD0A6 is #102F59. Grayscale: #D4D4D4. Windows color (decimal): -1060698 or 10932463. OLE color: 10932463.

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

Color convert

RGB239208166-
CMYK00.130.310.06
HSL34.52º69.52%79.41%-
HSV(B)34.52º30.54%93.73%-
XYZ65.0466.2245.43-
YUV212.48101.77146.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 208 (81.64% from 255) = 33.93%
BLUE value IS 166 (65.23% from 255) = 27.08%
R=38.99%
G=33.93%
B=27.08%

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
Decimal23920816600.130.310.0634.5269.5279.41
HexEFD0A60D1F623464f
Octal35732024601537643106117
Binary111011111101000010100110011011111111010001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0A6; }

 p { color: rgb(239,208,166); }

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

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

 a { background-color: rgb(239,208,166); }

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

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

 span { border-color: rgb(239,208,166); }

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