#EFCFA4

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

Shades of Tequila #EFCFA4

Tints of Tequila #EFCFA4

Color information

#EFCFA4 (or 0xEFCFA4) is unknown color: approx Tequila. HEX triplet: EF, CF and A4. RGB value is (239,207,164). Sum of RGB (Red+Green+Blue) = 239+207+164=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 164 (64.45% from 255 or 26.89% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCFA4 is #10305B. Grayscale: #D3D3D3. Windows color (decimal): -1060956 or 10801135. OLE color: 10801135.

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

Color convert

RGB239207164-
CMYK00.130.310.06
HSL34.4º70.09%79.02%-
HSV(B)34.4º31.38%93.73%-
XYZ64.6165.6644.39-
YUV211.67101.1147.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.18%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 164 (64.45% from 255) = 26.89%
R=39.18%
G=33.93%
B=26.89%

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
Decimal23920716400.130.310.0634.470.0979.02
HexEFCFA40D1F622464f
Octal35731724401537642106117
Binary111011111100111110100100011011111111010001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFA4; }

 p { color: rgb(239,207,164); }

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

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

 a { background-color: rgb(239,207,164); }

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

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

 span { border-color: rgb(239,207,164); }

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