#EDCEAB

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

Shades of Tequila #EDCEAB

Tints of Tequila #EDCEAB

Color information

#EDCEAB (or 0xEDCEAB) is unknown color: approx Tequila. HEX triplet: ED, CE and AB. RGB value is (237,206,171). Sum of RGB (Red+Green+Blue) = 237+206+171=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEAB is #123154. Grayscale: #D3D3D3. Windows color (decimal): -1192277 or 11259629. OLE color: 11259629.

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

Color convert

RGB237206171-
CMYK00.130.280.07
HSL31.82º64.71%80%-
HSV(B)31.82º27.85%92.94%-
XYZ64.3565.0947.7-
YUV211.28105.27146.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 206 (80.86% from 255) = 33.55%
BLUE value IS 171 (67.19% from 255) = 27.85%
R=38.60%
G=33.55%
B=27.85%

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
Decimal23720617100.130.280.0731.8264.7180
HexEDCEAB0D1C7204150
Octal35531625301534740101120
Binary111011011100111010101011011011110011110000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCEAB; }

 p { color: rgb(237,206,171); }

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

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

 a { background-color: rgb(237,206,171); }

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

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

 span { border-color: rgb(237,206,171); }

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