Html Css Color HEX #EFA66F Tacao

📋 copy color: '#EFA66F'

red 239 ◦ green 166 ◦ blue 111

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

Shades of Tacao #EFA66F

Tints of Tacao #EFA66F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.17%

 BLUE value IS 111 (43.75% from 255) = 21.51%

R = 46.32%
G = 32.17%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFA66F (or 0xEFA66F) is known color: Tacao. HEX triplet: EF, A6 and 6F. RGB value is (239,166,111). Sum of RGB (Red+Green+Blue) = 239+166+111=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA66F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA66F is #105990. Grayscale: #B5B5B5. Windows color (decimal): -1071505 or 7317231. OLE color: 7317231.

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

Color convert

RGB 239 166 111 -
CMYK 0 0.31 0.54 0.06
HSL 25.78º 0.8% 0.69% -
HSV(B) 25.78º 0.54% 0.94% -
XYZ 52.1 46.77 21.32 -
YUV 181.56 88.18 168.97 -
System Red Green Blue C M Y K H S L
Decimal 239 166 111 0 0.31 0.54 0.06 25.78 0.8 0.69
Hex EF A6 6F 0 1F 36 6 1A 50 45
Octal 357 246 157 0 37 66 6 32 120 105
Binary 11101111 10100110 1101111 0 11111 110110 110 11010 1010000 1000101

Color Harmonies of #EFA66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA66F

Black with #EFA66F

Text Example


Text Example

White with #EFA66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA66F; }

 p { color: rgb(239,166,111); }

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

background-color css

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

 a { background-color: rgb(239,166,111); }

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

border-color css

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

 span { border-color: rgb(239,166,111); }

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