#EFCEA3

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

Shades of Tequila #EFCEA3

Tints of Tequila #EFCEA3

Color information

#EFCEA3 (or 0xEFCEA3) is unknown color: approx Tequila. HEX triplet: EF, CE and A3. RGB value is (239,206,163). Sum of RGB (Red+Green+Blue) = 239+206+163=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 163 (64.06% from 255 or 26.81% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCEA3 is #10315C. Grayscale: #D3D3D3. Windows color (decimal): -1061213 or 10735343. OLE color: 10735343.

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

Color convert

RGB239206163-
CMYK00.140.320.06
HSL33.95º70.37%78.82%-
HSV(B)33.95º31.8%93.73%-
XYZ64.2865.1443.84-
YUV210.96100.93148-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.31%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 163 (64.06% from 255) = 26.81%
R=39.31%
G=33.88%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920616300.140.320.0633.9570.3778.82
HexEFCEA30E20622464f
Octal35731624301640642106117
Binary1110111111001110101000110111010000011010001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEA3; }

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

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

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

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

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

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

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

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