#EFCCA3

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

Shades of Tequila #EFCCA3

Tints of Tequila #EFCCA3

Color information

#EFCCA3 (or 0xEFCCA3) is unknown color: approx Tequila. HEX triplet: EF, CC and A3. RGB value is (239,204,163). Sum of RGB (Red+Green+Blue) = 239+204+163=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCA3 is #10335C. Grayscale: #D1D1D1. Windows color (decimal): -1061725 or 10734831. OLE color: 10734831.

HSL color Cylindrical-coordinate representation of color #EFCCA3: hue angle of 32.37º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFCCA3 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB239204163-
CMYK00.150.320.06
HSL32.37º70.37%78.82%-
HSV(B)32.37º31.8%93.73%-
XYZ63.864.1843.68-
YUV209.79101.6148.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 163 (64.06% from 255) = 26.90%
R=39.44%
G=33.66%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920416300.150.320.0632.3770.3778.82
HexEFCCA30F20620464f
Octal35731424301740640106117
Binary1110111111001100101000110111110000011010000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCCA3; }

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

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

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

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

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

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

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

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