#EECFAA

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

Shades of Tequila #EECFAA

Tints of Tequila #EECFAA

Color information

#EECFAA (or 0xEECFAA) is unknown color: approx Tequila. HEX triplet: EE, CF and AA. RGB value is (238,207,170). Sum of RGB (Red+Green+Blue) = 238+207+170=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFAA is #113055. Grayscale: #D4D4D4. Windows color (decimal): -1126486 or 11194350. OLE color: 11194350.

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

Color convert

RGB238207170-
CMYK00.130.290.07
HSL32.65º66.67%80%-
HSV(B)32.65º28.57%93.33%-
XYZ64.8365.7147.3-
YUV212.05104.27146.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 207 (81.25% from 255) = 33.66%
BLUE value IS 170 (66.80% from 255) = 27.64%
R=38.70%
G=33.66%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820717000.130.290.0732.6566.6780
HexEECFAA0D1D7214350
Octal35631725201535741103120
Binary111011101100111110101010011011110111110000110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECFAA; }

 p { color: rgb(238,207,170); }

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

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

 a { background-color: rgb(238,207,170); }

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

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

 span { border-color: rgb(238,207,170); }

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