#EFCD9F

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

Shades of Tequila #EFCD9F

Tints of Tequila #EFCD9F

Color information

#EFCD9F (or 0xEFCD9F) is unknown color: approx Tequila. HEX triplet: EF, CD and 9F. RGB value is (239,205,159). Sum of RGB (Red+Green+Blue) = 239+205+159=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD9F is #103260. Grayscale: #D2D2D2. Windows color (decimal): -1061473 or 10472943. OLE color: 10472943.

HSL color Cylindrical-coordinate representation of color #EFCD9F: hue angle of 34.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFCD9F is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB239205159-
CMYK00.140.330.06
HSL34.5º71.43%78.04%-
HSV(B)34.5º33.47%93.73%-
XYZ63.6964.5241.9-
YUV209.9299.26148.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 159 (62.5% from 255) = 26.37%
R=39.64%
G=34.00%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920515900.140.330.0634.571.4378.04
HexEFCD9F0E21622474e
Octal35731523701641642107116
Binary1110111111001101100111110111010000111010001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD9F; }

 p { color: rgb(239,205,159); }

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

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

 a { background-color: rgb(239,205,159); }

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

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

 span { border-color: rgb(239,205,159); }

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