#EDCDA9

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

Shades of Tequila #EDCDA9

Tints of Tequila #EDCDA9

Color information

#EDCDA9 (or 0xEDCDA9) is unknown color: approx Tequila. HEX triplet: ED, CD and A9. RGB value is (237,205,169). Sum of RGB (Red+Green+Blue) = 237+205+169=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 169 (66.41% from 255 or 27.66% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDA9 is #123256. Grayscale: #D2D2D2. Windows color (decimal): -1192535 or 11128301. OLE color: 11128301.

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

Color convert

RGB237205169-
CMYK00.140.290.07
HSL31.76º65.38%79.61%-
HSV(B)31.76º28.69%92.94%-
XYZ63.9264.5346.62-
YUV210.46104.6146.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 169 (66.41% from 255) = 27.66%
R=38.79%
G=33.55%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720516900.140.290.0731.7665.3879.61
HexEDCDA90E1D7204150
Octal35531525101635740101120
Binary111011011100110110101001011101110111110000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDA9; }

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

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

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

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

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

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

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

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