#EFCFAB

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

Shades of Tequila #EFCFAB

Tints of Tequila #EFCFAB

Color information

#EFCFAB (or 0xEFCFAB) is unknown color: approx Tequila. HEX triplet: EF, CF and AB. RGB value is (239,207,171). Sum of RGB (Red+Green+Blue) = 239+207+171=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCFAB is #103054. Grayscale: #D4D4D4. Windows color (decimal): -1060949 or 11259887. OLE color: 11259887.

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

Color convert

RGB239207171-
CMYK00.130.280.06
HSL31.76º68%80.39%-
HSV(B)31.76º28.45%93.73%-
XYZ65.2665.9247.81-
YUV212.46104.6146.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 207 (81.25% from 255) = 33.55%
BLUE value IS 171 (67.19% from 255) = 27.71%
R=38.74%
G=33.55%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920717100.130.280.0631.766880.39
HexEFCFAB0D1C6204450
Octal35731725301534640104120
Binary111011111100111110101011011011110011010000010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCFAB; }

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

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

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

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

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

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

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

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