#EFCDA9

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

Shades of Tequila #EFCDA9

Tints of Tequila #EFCDA9

Color information

#EFCDA9 (or 0xEFCDA9) is unknown color: approx Tequila. HEX triplet: EF, CD and A9. RGB value is (239,205,169). Sum of RGB (Red+Green+Blue) = 239+205+169=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDA9 is #103256. Grayscale: #D3D3D3. Windows color (decimal): -1061463 or 11128303. OLE color: 11128303.

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

Color convert

RGB239205169-
CMYK00.140.290.06
HSL30.86º68.63%80%-
HSV(B)30.86º29.29%93.73%-
XYZ64.5964.8846.65-
YUV211.06104.26147.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 169 (66.41% from 255) = 27.57%
R=38.99%
G=33.44%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920516900.140.290.0630.8668.6380
HexEFCDA90E1D61f4550
Octal35731525101635637105120
Binary11101111110011011010100101110111011101111110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDA9; }

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

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

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

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

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

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

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

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