Html Css Color HEX #EDCDA8 Tequila

📋 copy color: '#EDCDA8'

red 237 ◦ green 205 ◦ blue 168

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

Shades of Tequila #EDCDA8

Tints of Tequila #EDCDA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.54%

R = 38.85%
G = 33.61%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDCDA8 (or 0xEDCDA8) is known color: Tequila. HEX triplet: ED, CD and A8. RGB value is (237,205,168). Sum of RGB (Red+Green+Blue) = 237+205+168=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDA8 is #123257. Grayscale: #D2D2D2. Windows color (decimal): -1192536 or 11062765. OLE color: 11062765.

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

Color convert

RGB 237 205 168 -
CMYK 0 0.14 0.29 0.07
HSL 32.17º 0.66% 0.79% -
HSV(B) 32.17º 0.29% 0.93% -
XYZ 63.82 64.49 46.13 -
YUV 210.35 104.1 147.01 -
System Red Green Blue C M Y K H S L
Decimal 237 205 168 0 0.14 0.29 0.07 32.17 0.66 0.79
Hex ED CD A8 0 E 1D 7 20 42 4F
Octal 355 315 250 0 16 35 7 40 102 117
Binary 11101101 11001101 10101000 0 1110 11101 111 100000 1000010 1001111

Color Harmonies of #EDCDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDA8

Black with #EDCDA8

Text Example


Text Example

White with #EDCDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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