Html Css Color HEX #EFCCA1 Tequila

📋 copy color: '#EFCCA1'

red 239 ◦ green 204 ◦ blue 161

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

Shades of Tequila #EFCCA1

Tints of Tequila #EFCCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.66%

R = 39.57%
G = 33.77%
B = 26.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFCCA1 (or 0xEFCCA1) is known color: Tequila. HEX triplet: EF, CC and A1. RGB value is (239,204,161). Sum of RGB (Red+Green+Blue) = 239+204+161=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCCA1 is #10335E. Grayscale: #D1D1D1. Windows color (decimal): -1061727 or 10603759. OLE color: 10603759.

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

Color convert

RGB 239 204 161 -
CMYK 0 0.15 0.33 0.06
HSL 33.08º 0.71% 0.78% -
HSV(B) 33.08º 0.33% 0.94% -
XYZ 63.62 64.11 42.74 -
YUV 209.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 239 204 161 0 0.15 0.33 0.06 33.08 0.71 0.78
Hex EF CC A1 0 F 21 6 21 47 4E
Octal 357 314 241 0 17 41 6 41 107 116
Binary 11101111 11001100 10100001 0 1111 100001 110 100001 1000111 1001110

Color Harmonies of #EFCCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCCA1

Black with #EFCCA1

Text Example


Text Example

White with #EFCCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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