#EFCEAB

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

Shades of Tequila #EFCEAB

Tints of Tequila #EFCEAB

Color information

#EFCEAB (or 0xEFCEAB) is unknown color: approx Tequila. HEX triplet: EF, CE and AB. RGB value is (239,206,171). Sum of RGB (Red+Green+Blue) = 239+206+171=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCEAB is #103154. Grayscale: #D4D4D4. Windows color (decimal): -1061205 or 11259631. OLE color: 11259631.

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

Color convert

RGB239206171-
CMYK00.140.280.06
HSL30.88º68%80.39%-
HSV(B)30.88º28.45%93.73%-
XYZ65.0265.4347.73-
YUV211.88104.93147.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.80%
GREEN value IS 206 (80.86% from 255) = 33.44%
BLUE value IS 171 (67.19% from 255) = 27.76%
R=38.80%
G=33.44%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920617100.140.280.0630.886880.39
HexEFCEAB0E1C61f4450
Octal35731625301634637104120
Binary11101111110011101010101101110111001101111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCEAB; }

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

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

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

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

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

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

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

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