#EFCDA1

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

Shades of Tequila #EFCDA1

Tints of Tequila #EFCDA1

Color information

#EFCDA1 (or 0xEFCDA1) is unknown color: approx Tequila. HEX triplet: EF, CD and A1. RGB value is (239,205,161). Sum of RGB (Red+Green+Blue) = 239+205+161=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDA1 is #10325E. Grayscale: #D2D2D2. Windows color (decimal): -1061471 or 10604015. OLE color: 10604015.

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

Color convert

RGB239205161-
CMYK00.140.330.06
HSL33.85º70.91%78.43%-
HSV(B)33.85º32.64%93.73%-
XYZ63.8664.5942.82-
YUV210.15100.26148.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 161 (63.28% from 255) = 26.61%
R=39.50%
G=33.88%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920516100.140.330.0633.8570.9178.43
HexEFCDA10E21622474e
Octal35731524101641642107116
Binary1110111111001101101000010111010000111010001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDA1; }

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

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

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

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

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

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

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

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