#EFCEA9

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

Shades of Tequila #EFCEA9

Tints of Tequila #EFCEA9

Color information

#EFCEA9 (or 0xEFCEA9) is unknown color: approx Tequila. HEX triplet: EF, CE and A9. RGB value is (239,206,169). Sum of RGB (Red+Green+Blue) = 239+206+169=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 169 (66.41% from 255 or 27.52% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCEA9 is #103156. Grayscale: #D3D3D3. Windows color (decimal): -1061207 or 11128559. OLE color: 11128559.

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

Color convert

RGB239206169-
CMYK00.140.290.06
HSL31.71º68.63%80%-
HSV(B)31.71º29.29%93.73%-
XYZ64.8365.3646.73-
YUV211.65103.93147.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.93%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 169 (66.41% from 255) = 27.52%
R=38.93%
G=33.55%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920616900.140.290.0631.7168.6380
HexEFCEA90E1D6204550
Octal35731625101635640105120
Binary111011111100111010101001011101110111010000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEA9; }

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

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

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

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

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

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

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

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