#EFD1A9

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

Shades of Tequila #EFD1A9

Tints of Tequila #EFD1A9

Color information

#EFD1A9 (or 0xEFD1A9) is unknown color: approx Tequila. HEX triplet: EF, D1 and A9. RGB value is (239,209,169). Sum of RGB (Red+Green+Blue) = 239+209+169=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 209 (82.03% from 255 or 33.87% from 617); Blue value is 169 (66.41% from 255 or 27.39% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD1A9 is #102E56. Grayscale: #D5D5D5. Windows color (decimal): -1060439 or 11129327. OLE color: 11129327.

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

Color convert

RGB239209169-
CMYK00.130.290.06
HSL34.29º68.63%80%-
HSV(B)34.29º29.29%93.73%-
XYZ65.5666.8246.98-
YUV213.41102.94146.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 209 (82.03% from 255) = 33.87%
BLUE value IS 169 (66.41% from 255) = 27.39%
R=38.74%
G=33.87%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920916900.130.290.0634.2968.6380
HexEFD1A90D1D6224550
Octal35732125101535642105120
Binary111011111101000110101001011011110111010001010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD1A9; }

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

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

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

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

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

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

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

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