#EFCDA7

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

Shades of Tequila #EFCDA7

Tints of Tequila #EFCDA7

Color information

#EFCDA7 (or 0xEFCDA7) is unknown color: approx Tequila. HEX triplet: EF, CD and A7. RGB value is (239,205,167). Sum of RGB (Red+Green+Blue) = 239+205+167=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDA7 is #103258. Grayscale: #D3D3D3. Windows color (decimal): -1061465 or 10997231. OLE color: 10997231.

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

Color convert

RGB239205167-
CMYK00.140.300.06
HSL31.67º69.23%79.61%-
HSV(B)31.67º30.13%93.73%-
XYZ64.464.845.67-
YUV210.83103.26148.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.12%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 167 (65.62% from 255) = 27.33%
R=39.12%
G=33.55%
B=27.33%

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
Decimal23920516700.140.300.0631.6769.2379.61
HexEFCDA70E1E6204550
Octal35731524701636640105120
Binary111011111100110110100111011101111011010000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDA7; }

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

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

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

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

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

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

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

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