#EFCDA8

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

Shades of Tequila #EFCDA8

Tints of Tequila #EFCDA8

Color information

#EFCDA8 (or 0xEFCDA8) is unknown color: approx Tequila. HEX triplet: EF, CD and A8. RGB value is (239,205,168). Sum of RGB (Red+Green+Blue) = 239+205+168=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDA8 is #103257. Grayscale: #D3D3D3. Windows color (decimal): -1061464 or 11062767. OLE color: 11062767.

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

Color convert

RGB239205168-
CMYK00.140.300.06
HSL31.27º68.93%79.8%-
HSV(B)31.27º29.71%93.73%-
XYZ64.564.8446.16-
YUV210.95103.76148.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.05%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 168 (66.02% from 255) = 27.45%
R=39.05%
G=33.50%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920516800.140.300.0631.2768.9379.8
HexEFCDA80E1E61f4550
Octal35731525001636637105120
Binary11101111110011011010100001110111101101111110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDA8; }

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

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

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

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

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

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

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

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