#ECCDAA

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

Shades of Tequila #ECCDAA

Tints of Tequila #ECCDAA

Color information

#ECCDAA (or 0xECCDAA) is unknown color: approx Tequila. HEX triplet: EC, CD and AA. RGB value is (236,205,170). Sum of RGB (Red+Green+Blue) = 236+205+170=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCDAA is #133255. Grayscale: #D2D2D2. Windows color (decimal): -1258070 or 11193836. OLE color: 11193836.

HSL color Cylindrical-coordinate representation of color #ECCDAA: hue angle of 31.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECCDAA is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB236205170-
CMYK00.130.280.07
HSL31.82º63.46%79.61%-
HSV(B)31.82º27.97%92.55%-
XYZ63.6864.447.1-
YUV210.28105.27146.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 170 (66.80% from 255) = 27.82%
R=38.63%
G=33.55%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620517000.130.280.0731.8263.4679.61
HexECCDAA0D1C7203f50
Octal3543152520153474077120
Binary11101100110011011010101001101111001111000001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDAA; }

 p { color: rgb(236,205,170); }

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

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

 a { background-color: rgb(236,205,170); }

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

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

 span { border-color: rgb(236,205,170); }

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