Html Css Color HEX #EFCDA5 Tequila

📋 copy color: '#EFCDA5'

red 239 ◦ green 205 ◦ blue 165

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

Shades of Tequila #EFCDA5

Tints of Tequila #EFCDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.09%

R = 39.24%
G = 33.66%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFCDA5 (or 0xEFCDA5) is known color: Tequila. HEX triplet: EF, CD and A5. RGB value is (239,205,165). Sum of RGB (Red+Green+Blue) = 239+205+165=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCDA5 is #10325A. Grayscale: #D2D2D2. Windows color (decimal): -1061467 or 10866159. OLE color: 10866159.

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

Color convert

RGB 239 205 165 -
CMYK 0 0.14 0.31 0.06
HSL 32.43º 0.7% 0.79% -
HSV(B) 32.43º 0.31% 0.94% -
XYZ 64.22 64.73 44.71 -
YUV 210.61 102.26 148.25 -
System Red Green Blue C M Y K H S L
Decimal 239 205 165 0 0.14 0.31 0.06 32.43 0.7 0.79
Hex EF CD A5 0 E 1F 6 20 46 4F
Octal 357 315 245 0 16 37 6 40 106 117
Binary 11101111 11001101 10100101 0 1110 11111 110 100000 1000110 1001111

Color Harmonies of #EFCDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDA5

Black with #EFCDA5

Text Example


Text Example

White with #EFCDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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