Html Css Color HEX #EFCD9F Tequila

📋 copy color: '#EFCD9F'

red 239 ◦ green 205 ◦ blue 159

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

Shades of Tequila #EFCD9F

Tints of Tequila #EFCD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.37%

R = 39.64%
G = 34%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFCD9F (or 0xEFCD9F) is known color: Tequila. HEX triplet: EF, CD and 9F. RGB value is (239,205,159). Sum of RGB (Red+Green+Blue) = 239+205+159=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCD9F is #103260. Grayscale: #D2D2D2. Windows color (decimal): -1061473 or 10472943. OLE color: 10472943.

HSL color Cylindrical-coordinate representation of color #EFCD9F: hue angle of 34.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFCD9F is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 205 159 -
CMYK 0 0.14 0.33 0.06
HSL 34.5º 0.71% 0.78% -
HSV(B) 34.5º 0.33% 0.94% -
XYZ 63.69 64.52 41.9 -
YUV 209.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 239 205 159 0 0.14 0.33 0.06 34.5 0.71 0.78
Hex EF CD 9F 0 E 21 6 22 47 4E
Octal 357 315 237 0 16 41 6 42 107 116
Binary 11101111 11001101 10011111 0 1110 100001 110 100010 1000111 1001110

Color Harmonies of #EFCD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD9F

Black with #EFCD9F

Text Example


Text Example

White with #EFCD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD9F; }

 p { color: rgb(239,205,159); }

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

background-color css

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

 a { background-color: rgb(239,205,159); }

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

border-color css

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

 span { border-color: rgb(239,205,159); }

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