Html Css Color HEX #EDCEAA Tequila

📋 copy color: '#EDCEAA'

red 237 ◦ green 206 ◦ blue 170

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

Shades of Tequila #EDCEAA

Tints of Tequila #EDCEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.61%

 BLUE value IS 170 (66.8% from 255) = 27.73%

R = 38.66%
G = 33.61%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDCEAA (or 0xEDCEAA) is known color: Tequila. HEX triplet: ED, CE and AA. RGB value is (237,206,170). Sum of RGB (Red+Green+Blue) = 237+206+170=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEAA is #123155. Grayscale: #D3D3D3. Windows color (decimal): -1192278 or 11194093. OLE color: 11194093.

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

Color convert

RGB 237 206 170 -
CMYK 0 0.13 0.28 0.07
HSL 32.24º 0.65% 0.8% -
HSV(B) 32.24º 0.28% 0.93% -
XYZ 64.25 65.05 47.2 -
YUV 211.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 237 206 170 0 0.13 0.28 0.07 32.24 0.65 0.8
Hex ED CE AA 0 D 1C 7 20 41 50
Octal 355 316 252 0 15 34 7 40 101 120
Binary 11101101 11001110 10101010 0 1101 11100 111 100000 1000001 1010000

Color Harmonies of #EDCEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEAA

Black with #EDCEAA

Text Example


Text Example

White with #EDCEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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