Html Css Color HEX #EFD0AB Tequila

📋 copy color: '#EFD0AB'

red 239 ◦ green 208 ◦ blue 171

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

Shades of Tequila #EFD0AB

Tints of Tequila #EFD0AB

RGB

 RED value IS 239 (93.75% from 255) = 38.67%

 GREEN value IS 208 (81.64% from 255) = 33.66%

 BLUE value IS 171 (67.19% from 255) = 27.67%

R = 38.67%
G = 33.66%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFD0AB (or 0xEFD0AB) is known color: Tequila. HEX triplet: EF, D0 and AB. RGB value is (239,208,171). Sum of RGB (Red+Green+Blue) = 239+208+171=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD0AB is #102F54. Grayscale: #D5D5D5. Windows color (decimal): -1060693 or 11260143. OLE color: 11260143.

HSL color Cylindrical-coordinate representation of color #EFD0AB: hue angle of 32.65º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFD0AB is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 171 -
CMYK 0 0.13 0.28 0.06
HSL 32.65º 0.68% 0.8% -
HSV(B) 32.65º 0.28% 0.94% -
XYZ 65.5 66.4 47.89 -
YUV 213.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 239 208 171 0 0.13 0.28 0.06 32.65 0.68 0.8
Hex EF D0 AB 0 D 1C 6 21 44 50
Octal 357 320 253 0 15 34 6 41 104 120
Binary 11101111 11010000 10101011 0 1101 11100 110 100001 1000100 1010000

Color Harmonies of #EFD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0AB

Black with #EFD0AB

Text Example


Text Example

White with #EFD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0AB; }

 p { color: rgb(239,208,171); }

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

background-color css

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

 a { background-color: rgb(239,208,171); }

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

border-color css

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

 span { border-color: rgb(239,208,171); }

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