#EFCDA5

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

Shades of Tequila #EFCDA5

Tints of Tequila #EFCDA5

Color information

#EFCDA5 (or 0xEFCDA5) is unknown color: approx Tequila. HEX triplet: EF, CD and A5. RGB value is (239,205,165). Sum of RGB (Red+Green+Blue) = 239+205+165=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDA5 is #10325A. Grayscale: #D2D2D2. Windows color (decimal): -1061467 or 10866159. OLE color: 10866159.

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

Color convert

RGB239205165-
CMYK00.140.310.06
HSL32.43º69.81%79.22%-
HSV(B)32.43º30.96%93.73%-
XYZ64.2264.7344.71-
YUV210.61102.26148.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.24%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 165 (64.84% from 255) = 27.09%
R=39.24%
G=33.66%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920516500.140.310.0632.4369.8179.22
HexEFCDA50E1F620464f
Octal35731524501637640106117
Binary111011111100110110100101011101111111010000010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCDA5; }

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

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

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

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

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

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

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

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