#EECDA9

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

Shades of Tequila #EECDA9

Tints of Tequila #EECDA9

Color information

#EECDA9 (or 0xEECDA9) is unknown color: approx Tequila. HEX triplet: EE, CD and A9. RGB value is (238,205,169). Sum of RGB (Red+Green+Blue) = 238+205+169=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 205 (80.47% from 255 or 33.50% from 612); Blue value is 169 (66.41% from 255 or 27.61% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECDA9 is #113256. Grayscale: #D2D2D2. Windows color (decimal): -1126999 or 11128302. OLE color: 11128302.

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

Color convert

RGB238205169-
CMYK00.140.290.07
HSL31.3º66.99%79.8%-
HSV(B)31.3º28.99%93.33%-
XYZ64.2564.746.64-
YUV210.76104.43147.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 205 (80.47% from 255) = 33.50%
BLUE value IS 169 (66.41% from 255) = 27.61%
R=38.89%
G=33.50%
B=27.61%

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
Decimal23820516900.140.290.0731.366.9979.8
HexEECDA90E1D71f4350
Octal35631525101635737103120
Binary11101110110011011010100101110111011111111110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECDA9; }

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

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

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

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

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

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

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

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