Html Css Color HEX #EDCDA6 Tequila

📋 copy color: '#EDCDA6'

red 237 ◦ green 205 ◦ blue 166

#EDCDA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tequila #EDCDA6

Tints of Tequila #EDCDA6

RGB

 RED value IS 237 (92.97% from 255) = 38.98%

 GREEN value IS 205 (80.47% from 255) = 33.72%

 BLUE value IS 166 (65.23% from 255) = 27.3%

R = 38.98%
G = 33.72%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDCDA6 (or 0xEDCDA6) is known color: Tequila. HEX triplet: ED, CD and A6. RGB value is (237,205,166). Sum of RGB (Red+Green+Blue) = 237+205+166=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDA6 is #123259. Grayscale: #D2D2D2. Windows color (decimal): -1192538 or 10931693. OLE color: 10931693.

HSL color Cylindrical-coordinate representation of color #EDCDA6: hue angle of 32.96º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDCDA6 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 166 -
CMYK 0 0.14 0.30 0.07
HSL 32.96º 0.66% 0.79% -
HSV(B) 32.96º 0.3% 0.93% -
XYZ 63.64 64.42 45.16 -
YUV 210.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 237 205 166 0 0.14 0.30 0.07 32.96 0.66 0.79
Hex ED CD A6 0 E 1E 7 21 42 4F
Octal 355 315 246 0 16 36 7 41 102 117
Binary 11101101 11001101 10100110 0 1110 11110 111 100001 1000010 1001111

Color Harmonies of #EDCDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDA6

Black with #EDCDA6

Text Example


Text Example

White with #EDCDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDA6; }

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

 H1.HeaderClassName
 {
   color: #EDCDA6;
 }
 .AnyTagClassName
 {
   color: #EDCDA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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