Html Css Color HEX #EFCCA5 Tequila

📋 copy color: '#EFCCA5'

red 239 ◦ green 204 ◦ blue 165

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

Shades of Tequila #EFCCA5

Tints of Tequila #EFCCA5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.55%

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

R = 39.31%
G = 33.55%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EFCCA5 (or 0xEFCCA5) is known color: Tequila. HEX triplet: EF, CC and A5. RGB value is (239,204,165). Sum of RGB (Red+Green+Blue) = 239+204+165=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 165 (64.84% from 255 or 27.14% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCA5 is #10335A. Grayscale: #D2D2D2. Windows color (decimal): -1061723 or 10865903. OLE color: 10865903.

HSL color Cylindrical-coordinate representation of color #EFCCA5: hue angle of 31.62º 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 #EFCCA5 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 204 165 -
CMYK 0 0.15 0.31 0.06
HSL 31.62º 0.7% 0.79% -
HSV(B) 31.62º 0.31% 0.94% -
XYZ 63.98 64.25 44.63 -
YUV 210.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 239 204 165 0 0.15 0.31 0.06 31.62 0.7 0.79
Hex EF CC A5 0 F 1F 6 20 46 4F
Octal 357 314 245 0 17 37 6 40 106 117
Binary 11101111 11001100 10100101 0 1111 11111 110 100000 1000110 1001111

Color Harmonies of #EFCCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCA5

Black with #EFCCA5

Text Example


Text Example

White with #EFCCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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