Html Css Color HEX #EFCEA8 Tequila

📋 copy color: '#EFCEA8'

red 239 ◦ green 206 ◦ blue 168

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

Shades of Tequila #EFCEA8

Tints of Tequila #EFCEA8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.61%

 BLUE value IS 168 (66.02% from 255) = 27.41%

R = 38.99%
G = 33.61%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFCEA8 (or 0xEFCEA8) is known color: Tequila. HEX triplet: EF, CE and A8. RGB value is (239,206,168). Sum of RGB (Red+Green+Blue) = 239+206+168=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCEA8 is #103157. Grayscale: #D3D3D3. Windows color (decimal): -1061208 or 11063023. OLE color: 11063023.

HSL color Cylindrical-coordinate representation of color #EFCEA8: hue angle of 32.11º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFCEA8 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 168 -
CMYK 0 0.14 0.30 0.06
HSL 32.11º 0.69% 0.8% -
HSV(B) 32.11º 0.3% 0.94% -
XYZ 64.74 65.32 46.24 -
YUV 211.54 103.43 147.59 -
System Red Green Blue C M Y K H S L
Decimal 239 206 168 0 0.14 0.30 0.06 32.11 0.69 0.8
Hex EF CE A8 0 E 1E 6 20 45 50
Octal 357 316 250 0 16 36 6 40 105 120
Binary 11101111 11001110 10101000 0 1110 11110 110 100000 1000101 1010000

Color Harmonies of #EFCEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCEA8

Black with #EFCEA8

Text Example


Text Example

White with #EFCEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCEA8; }

 p { color: rgb(239,206,168); }

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

background-color css

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

 a { background-color: rgb(239,206,168); }

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

border-color css

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

 span { border-color: rgb(239,206,168); }

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