#EFCCA1

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

Shades of Tequila #EFCCA1

Tints of Tequila #EFCCA1

Color information

#EFCCA1 (or 0xEFCCA1) is unknown color: approx Tequila. HEX triplet: EF, CC and A1. RGB value is (239,204,161). Sum of RGB (Red+Green+Blue) = 239+204+161=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCA1 is #10335E. Grayscale: #D1D1D1. Windows color (decimal): -1061727 or 10603759. OLE color: 10603759.

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

Color convert

RGB239204161-
CMYK00.150.330.06
HSL33.08º70.91%78.43%-
HSV(B)33.08º32.64%93.73%-
XYZ63.6264.1142.74-
YUV209.56100.6149-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 161 (63.28% from 255) = 26.66%
R=39.57%
G=33.77%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920416100.150.330.0633.0870.9178.43
HexEFCCA10F21621474e
Octal35731424101741641107116
Binary1110111111001100101000010111110000111010000110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCA1; }

 p { color: rgb(239,204,161); }

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

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

 a { background-color: rgb(239,204,161); }

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

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

 span { border-color: rgb(239,204,161); }

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