#EDCDAA

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

Shades of Tequila #EDCDAA

Tints of Tequila #EDCDAA

Color information

#EDCDAA (or 0xEDCDAA) is unknown color: approx Tequila. HEX triplet: ED, CD and AA. RGB value is (237,205,170). Sum of RGB (Red+Green+Blue) = 237+205+170=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDAA is #123255. Grayscale: #D2D2D2. Windows color (decimal): -1192534 or 11193837. OLE color: 11193837.

HSL color Cylindrical-coordinate representation of color #EDCDAA: hue angle of 31.34º degrees, saturation: 0.65, 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 #EDCDAA is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB237205170-
CMYK00.140.280.07
HSL31.34º65.05%79.8%-
HSV(B)31.34º28.27%92.94%-
XYZ64.0164.5747.12-
YUV210.58105.1146.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.73%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 170 (66.80% from 255) = 27.78%
R=38.73%
G=33.50%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720517000.140.280.0731.3465.0579.8
HexEDCDAA0E1C71f4150
Octal35531525201634737101120
Binary11101101110011011010101001110111001111111110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDAA; }

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

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

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

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

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

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

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

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