#EFCFA7

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

Shades of Tequila #EFCFA7

Tints of Tequila #EFCFA7

Color information

#EFCFA7 (or 0xEFCFA7) is unknown color: approx Tequila. HEX triplet: EF, CF and A7. RGB value is (239,207,167). Sum of RGB (Red+Green+Blue) = 239+207+167=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCFA7 is #103058. Grayscale: #D4D4D4. Windows color (decimal): -1060953 or 10997743. OLE color: 10997743.

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

Color convert

RGB239207167-
CMYK00.130.300.06
HSL33.33º69.23%79.61%-
HSV(B)33.33º30.13%93.73%-
XYZ64.8865.7745.83-
YUV212.01102.6147.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 167 (65.62% from 255) = 27.24%
R=38.99%
G=33.77%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920716700.130.300.0633.3369.2379.61
HexEFCFA70D1E6214550
Octal35731724701536641105120
Binary111011111100111110100111011011111011010000110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFA7; }

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

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

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

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

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

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

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

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