Html Css Color HEX #EFA86F Tacao

📋 copy color: '#EFA86F'

red 239 ◦ green 168 ◦ blue 111

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

Shades of Tacao #EFA86F

Tints of Tacao #EFA86F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.43%

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

R = 46.14%
G = 32.43%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EFA86F (or 0xEFA86F) is known color: Tacao. HEX triplet: EF, A8 and 6F. RGB value is (239,168,111). Sum of RGB (Red+Green+Blue) = 239+168+111=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA86F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA86F is #105790. Grayscale: #B7B7B7. Windows color (decimal): -1070993 or 7317743. OLE color: 7317743.

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

Color convert

RGB 239 168 111 -
CMYK 0 0.30 0.54 0.06
HSL 26.72º 0.8% 0.69% -
HSV(B) 26.72º 0.54% 0.94% -
XYZ 52.47 47.5 21.44 -
YUV 182.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 239 168 111 0 0.30 0.54 0.06 26.72 0.8 0.69
Hex EF A8 6F 0 1E 36 6 1B 50 45
Octal 357 250 157 0 36 66 6 33 120 105
Binary 11101111 10101000 1101111 0 11110 110110 110 11011 1010000 1000101

Color Harmonies of #EFA86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA86F

Black with #EFA86F

Text Example


Text Example

White with #EFA86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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